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 0c638a6 commit 0cbfedaCopy full SHA for 0cbfeda
1 file changed
lgsm/functions/core_getopt.sh
@@ -21,7 +21,7 @@ cmd_update_linuxgsm=( "ul;update-lgsm;uf;update-functions" "command_update_linux
21
cmd_test_alert=( "ta;test-alert" "command_test_alert.sh" "Send a test alert." )
22
cmd_monitor=( "m;monitor" "command_monitor.sh" "Check server status and restart if crashed." )
23
cmd_donate=( "do;donate" "command_donate.sh" "Donation options." )
24
-cmd_install_init=("in;install-init" "command_install_init.sh" "Puts the service file in the right place")
+cmd_install_init=("ii;install-init" "command_install_init.sh" "Puts the service file in the right place")
25
# Console servers only.
26
cmd_console=( "c;console" "command_console.sh" "Access server console." )
27
cmd_debug=( "d;debug" "command_debug.sh" "Start server directly in your terminal." )
0 commit comments