Skip to content

Commit d489b4c

Browse files
author
Kristan Kenney
committed
Update strings in install-fm.sh
1 parent d10a1e0 commit d489b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/deb/filemanager/install-fm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ if [ "$fm_error" != "yes" ]; then
5656
if [ -f "/usr/bin/php7.3" ]; then
5757
COMPOSER_HOME="$HOMEDIR/$user/.config/composer" user_exec /usr/bin/php7.3 $COMPOSER_BIN --quiet --no-dev install
5858
if [ $? -ne 0 ]; then
59-
$BIN/v-add-user-notification admin 'FM installation failed' 'The FileManager installation had to been aborted, please try to run the installation manualy: bash $HESTIA/install/deb/filemanager/install-fm.sh'
59+
$BIN/v-add-user-notification admin 'File Manager installation failed!' 'Please try running the installer from a shell session:<br>bash $HESTIA/install/deb/filemanager/install-fm.sh<br><br>If this issue continues, please open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
6060
fm_error="yes"
6161
fi
6262
else
63-
$BIN/v-add-user-notification admin 'FM installation failed' 'php7.3-cli is missing on your system, the FileManager installation had to been aborted - please check your php environment.'
63+
$BIN/v-add-user-notification admin 'File Manager installation failed!' '<b>Unable to proceed with installation of File Manager.</b><br><br>Package <b>php7.3-cli</b> is missing from your system. Please check your PHP installation and environment settings.'
6464
fm_error="yes"
6565
fi
6666

0 commit comments

Comments
 (0)