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.
2 parents 47cda0f + e79d6f7 commit 9091e1fCopy full SHA for 9091e1f
src/hst_autocompile.sh
@@ -625,6 +625,8 @@ if [ "$HESTIA_B" = true ]; then
625
chmod +x $BUILD_DIR_HESTIA/usr/local/hestia/web/inc/mail-wrapper.php
626
# Allow the executable to be executed
627
chmod +x $BUILD_DIR_HESTIA/usr/local/hestia/bin/*
628
+ find $BUILD_DIR_HESTIA/usr/local/hestia/install/ \( -name '*.sh' \) -exec chmod +x {} \;
629
+ chmod -x $BUILD_DIR_HESTIA/usr/local/hestia/install/*
630
chown -R root:root $BUILD_DIR_HESTIA
631
632
if [ "$BUILD_DEB" = true ]; then
0 commit comments