diff --git a/images/linux/scripts/installers/post-deployment.sh b/images/linux/scripts/installers/post-deployment.sh index c14c00d7..1ed878c5 100644 --- a/images/linux/scripts/installers/post-deployment.sh +++ b/images/linux/scripts/installers/post-deployment.sh @@ -6,11 +6,12 @@ mv -f /imagegeneration/post-generation /opt -# set chmod -R 777 /opt -if [[ -d "/opt" ]]; then - echo "chmod -R 777 /opt" - chmod -R 777 /opt -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" +chmod -R 777 /home # remove installer and helper folders rm -rf $HELPER_SCRIPT_FOLDER