Skip to content

Commit 29a69a9

Browse files
author
Istiak Ferdous
authored
v-add-sys-phpmailer is now v-add-sys-dependencies (#3089)
1 parent c8f1ebf commit 29a69a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/v-add-sys-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848
if [ ! -f "$COMPOSER_BIN" ]; then
4949
$BIN/v-add-user-composer "$user"
5050
if [ $? -ne 0 ]; then
51-
$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-phpmailer<br><br>If this continues, open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
51+
$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="_new"><i class="fab fa-github"></i> GitHub</a>.'
5252
exit 1
5353
fi
5454
fi

web/api/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require_once "../inc/vendor/autoload.php";
66
} catch (Throwable $ex) {
77
$errstr =
8-
"Unable able to load required libraries. Please run v-add-sys-phpmailer in command line. Error: " .
8+
"Unable to load required libraries. Please run v-add-sys-dependencies in command line. Error: " .
99
$ex->getMessage();
1010
trigger_error($errstr);
1111
echo $errstr;

web/inc/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
require_once "vendor/autoload.php";
1111
} catch (Throwable $ex) {
1212
$errstr =
13-
"Unable able to load required libraries. Please run v-add-sys-phpmailer in command line. Error: " .
13+
"Unable to load required libraries. Please run v-add-sys-dependencies in command line. Error: " .
1414
$ex->getMessage();
1515
trigger_error($errstr);
1616
echo $errstr;

0 commit comments

Comments
 (0)