|
|
@@ -49,7 +49,7 @@ fi
|
|
|
if [ ! -f "$COMPOSER_BIN" ]; then
|
|
|
$BIN/v-add-user-composer "$user"
|
|
|
if [ $? -ne 0 ]; then
|
|
|
- $BIN/v-add-user-notification admin 'Composer installation failed!' '<b>Hestia will not work without Composer.</b><br><br>Please try running the installer manually from a shell session:<br>v-add-sys-dependencies<br><br>If this continues, open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>.'
|
|
|
+ $BIN/v-add-user-notification admin 'Composer installation failed!' '<b>Hestia will not work without Composer.</b><br><br>Please try running the installer manually from a shell session:<br>v-add-sys-dependencies<br><br>If this continues, <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank">open an issue on GitHub</a>.'
|
|
|
exit 1
|
|
|
fi
|
|
|
fi
|
|
|
@@ -78,7 +78,7 @@ if [ $? -ne 0 ]; then
|
|
|
echo "ERROR: PHPMailer installation failed!"
|
|
|
echo "Please report this to our development team:"
|
|
|
echo "https://github.com/hestiacp/hestiacp/issues"
|
|
|
- $BIN/v-add-user-notification admin 'Hestia PHP dependencies installation failed!' 'Please report this to our development team on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>.'
|
|
|
+ $BIN/v-add-user-notification admin 'Hestia PHP dependencies installation failed!' 'Please <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank">open an issue on GitHub</a> to report this to our development team.'
|
|
|
# Installation failed, clean up files
|
|
|
rm --recursive --force ${PM_INSTALL_DIR}/vendor
|
|
|
$BIN/v-change-sys-config-value 'USE_SERVER_SMTP' 'n'
|