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 f21a68a + 1c17be2 commit 863bdeeCopy full SHA for 863bdee
src/hst_autocompile.sh
@@ -589,6 +589,10 @@ if [ "$HESTIA_B" = true ]; then
589
590
# Set permissions
591
find $BUILD_DIR_HESTIA/usr/local/hestia/ -type f -exec chmod -x {} \;
592
+
593
+ # Allow send email via /usr/local/hestia/web/inc/mail-wrapper.php via cli
594
+ chmod +x $BUILD_DIR_HESTIA/usr/local/hestia/web/inc/mail-wrapper.php
595
+ # Allow the executable to be executed
596
chmod +x $BUILD_DIR_HESTIA/usr/local/hestia/bin/*
597
chown -R root:root $BUILD_DIR_HESTIA
598
0 commit comments