Skip to content

Commit 863bdee

Browse files
author
Kristan Kenney
authored
Merge pull request hestiacp#1697 from jaapmarcus/fix/mail-wrapper-email
Fix error in installer:
2 parents f21a68a + 1c17be2 commit 863bdee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/hst_autocompile.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@ if [ "$HESTIA_B" = true ]; then
589589

590590
# Set permissions
591591
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
592596
chmod +x $BUILD_DIR_HESTIA/usr/local/hestia/bin/*
593597
chown -R root:root $BUILD_DIR_HESTIA
594598

0 commit comments

Comments
 (0)