We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09b1f8 commit 06c90a3Copy full SHA for 06c90a3
images/linux/scripts/installers/post-deployment.sh
@@ -6,11 +6,12 @@
6
7
mv -f /imagegeneration/post-generation /opt
8
9
-# set chmod -R 777 /opt
10
-if [[ -d "/opt" ]]; then
11
- echo "chmod -R 777 /opt"
12
- chmod -R 777 /opt
13
-fi
+echo "chmod -R 777 /opt"
+chmod -R 777 /opt
+echo "chmod -R 777 /usr/share"
+chmod -R 777 /usr/share
+echo "chmod -R 777 /home"
14
+chmod -R 777 /home
15
16
# remove installer and helper folders
17
rm -rf $HELPER_SCRIPT_FOLDER
0 commit comments