Skip to content

Commit 29d43e0

Browse files
authored
Merge pull request #271 from panau161/patch-4
Fix typos in install script
2 parents f02cbfd + 1a8b6ff commit 29d43e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/common_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function CopyServiceFiles {
259259

260260

261261
Logger "Created [$SERVICE_NAME] service in [$SERVICE_DIR_SYSTEMD_SYSTEM] and [$SERVICE_DIR_SYSTEMD_USER]." "NOTICE"
262-
Logger "Can be activated with [systemctl start SERVICE_NAME@instance.conf] where instance.conf is the name of the config file in $CONF_DIR." "NOTICE"
262+
Logger "Can be activated with [systemctl start $SERVICE_NAME@instance.conf] where instance.conf is the name of the config file in $CONF_DIR." "NOTICE"
263263
Logger "Can be enabled on boot with [systemctl enable $SERVICE_NAME@instance.conf]." "NOTICE"
264264
Logger "In userland, active with [systemctl --user start $SERVICE_NAME@instance.conf]." "NOTICE"
265265
elif ([ "$init" == "initV" ] && [ -f "$SCRIPT_PATH/$SERVICE_FILE_INIT" ] && [ -d "$SERVICE_DIR_INIT" ]); then
@@ -354,8 +354,8 @@ function RemoveAll {
354354
function Usage {
355355
echo "Installs $PROGRAM into $BIN_DIR"
356356
echo "options:"
357-
echo "--silent Will log and bypass user interaction."
358-
echo "--no-stats Used with --silent in order to refuse sending anonymous install stats."
357+
echo "--silent Will log and bypass user interaction."
358+
echo "--no-stats Used with --silent in order to refuse sending anonymous install stats."
359359
echo "--remove Remove the program."
360360
echo "--prefix=/path Use prefix to install path."
361361
exit 127

0 commit comments

Comments
 (0)