Skip to content

Commit 0cbfeda

Browse files
changed the short name of the command to ii instead on in
1 parent 0c638a6 commit 0cbfeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/core_getopt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cmd_update_linuxgsm=( "ul;update-lgsm;uf;update-functions" "command_update_linux
2121
cmd_test_alert=( "ta;test-alert" "command_test_alert.sh" "Send a test alert." )
2222
cmd_monitor=( "m;monitor" "command_monitor.sh" "Check server status and restart if crashed." )
2323
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")
24+
cmd_install_init=("ii;install-init" "command_install_init.sh" "Puts the service file in the right place")
2525
# Console servers only.
2626
cmd_console=( "c;console" "command_console.sh" "Access server console." )
2727
cmd_debug=( "d;debug" "command_debug.sh" "Start server directly in your terminal." )

0 commit comments

Comments
 (0)