Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
4 changed files with
6 additions and
3 deletions
-
lgsm/modules/check.sh
-
lgsm/modules/check_gamedig.sh
-
lgsm/modules/command_install.sh
-
lgsm/modules/core_modules.sh
|
|
@ -103,6 +103,6 @@ done |
|
|
|
allowed_commands_array=(DETAILS MONITOR START STOP UPDATE VALIDATE POST-DETAILS) |
|
|
|
for allowed_command in "${allowed_commands_array[@]}"; do |
|
|
|
if [ "${allowed_command}" == "${commandname}" ]; then |
|
|
|
install_gamedig.sh |
|
|
|
check_gamedig.sh |
|
|
|
fi |
|
|
|
done |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
#!/bin/bash |
|
|
|
# LinuxGSM install_gamedig.sh module |
|
|
|
# LinuxGSM check_gamedig.sh module |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
@ -30,6 +30,9 @@ else |
|
|
|
install_server_files.sh |
|
|
|
fi |
|
|
|
|
|
|
|
# Install gamedig |
|
|
|
check_gamedig.sh |
|
|
|
|
|
|
|
# Configuration. |
|
|
|
install_config.sh |
|
|
|
if [ -v gslt ]; then |
|
|
|
|
|
@ -714,7 +714,7 @@ install_factorio_save.sh() { |
|
|
|
fn_fetch_module |
|
|
|
} |
|
|
|
|
|
|
|
install_gamedig.sh() { |
|
|
|
check_gamedig.sh() { |
|
|
|
modulefile="${FUNCNAME[0]}" |
|
|
|
fn_fetch_module |
|
|
|
} |
|
|
|