summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/package-backend.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/package-backend.sh b/build/package-backend.sh
index 8671ae3f..7f85b70c 100755
--- a/build/package-backend.sh
+++ b/build/package-backend.sh
@@ -14,6 +14,7 @@ get-scripts()
{
cd ${DIR_NAME}
cp ../../src/com.gluster.storage.management.gateway.scripts/src/*.* .
+ chmod +x *
cd -
}