File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
354354function 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
You can’t perform that action at this time.
0 commit comments