We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbfeda commit 4b4cd47Copy full SHA for 4b4cd47
lgsm/functions/command_install_init.sh
@@ -33,7 +33,7 @@ then
33
fn_script_log_fatal "su exited with non 0 exit code."
34
else
35
fn_print_complete_nl "Placed the file in /usr/lib/systemd/system/ as ${selfname}-lgsm.service"
36
- fn_print_information_nl "run \`systemctl enable ${selfname}-lgsm.service\`, to enable it on boot"
+ fn_print_information_nl "run \`systemctl enable ${selfname}-lgsm.service\`, to enable the game on boot"
37
fn_script_log_pass "sucessfullly installed the systemd service file"
38
fi
39
core_exit.sh
0 commit comments