Daniel Gibbs
6 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
7 changed files with
8 additions and
10 deletions
-
lgsm/modules/command_backup.sh
-
lgsm/modules/command_postdetails.sh
-
lgsm/modules/command_start.sh
-
lgsm/modules/command_test_alert.sh
-
lgsm/modules/core_steamcmd.sh
-
lgsm/modules/install_dst_token.sh
-
lgsm/modules/install_gslt.sh
|
|
@ -115,7 +115,7 @@ fn_backup_compression() { |
|
|
|
# Tells how much will be compressed using rootdirduexbackup value from info_distro and prompt for continue. |
|
|
|
fn_print_info "A total of ${rootdirduexbackup} will be compressed." |
|
|
|
fn_script_log_info "A total of ${rootdirduexbackup} will be compressed: ${backupdir}/${backupname}.tar.gz" |
|
|
|
fn_print_dots "Backup (${rootdirduexbackup}) ${backupname}.tar.gz, in progress..." |
|
|
|
fn_print_dots "Backup (${rootdirduexbackup}) ${backupname}.tar.gz, in progress ..." |
|
|
|
fn_script_log_info "Backup ${rootdirduexbackup} ${backupname}.tar.gz, in progress" |
|
|
|
excludedir=$(fn_backup_relpath) |
|
|
|
|
|
|
@ -136,7 +136,7 @@ fn_backup_compression() { |
|
|
|
fn_script_log_fail "Starting backup" |
|
|
|
else |
|
|
|
fn_print_ok_eol |
|
|
|
fn_print_ok_nl "Completed: ${backupname}.tar.gz, total size $(du -sh "${backupdir}/${backupname}.tar.gz" | awk '{print $1}')" |
|
|
|
fn_print_ok_nl "Completed: ${italic}${backupname}.tar.gz${default}, total size $(du -sh "${backupdir}/${backupname}.tar.gz" | awk '{print $1}')" |
|
|
|
fn_script_log_pass "Backup created: ${backupname}.tar.gz, total size $(du -sh "${backupdir}/${backupname}.tar.gz" | awk '{print $1}')" |
|
|
|
alert="backup" |
|
|
|
alert.sh |
|
|
|
|
|
@ -10,8 +10,6 @@ commandaction="Posting details" |
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
fn_firstcommand_set |
|
|
|
|
|
|
|
posttarget="https://termbin.com" |
|
|
|
|
|
|
|
# source all of the modules defined in the details command. |
|
|
|
info_messages.sh |
|
|
|
|
|
|
|
|
|
@ -127,12 +127,12 @@ fn_start_tmux() { |
|
|
|
echo -e "" |
|
|
|
echo -e " usermod -G tty $(whoami)" |
|
|
|
echo -e "" |
|
|
|
echo -e "https://linuxgsm.com/tmux-op-perm" |
|
|
|
echo -e "${italic}https://linuxgsm.com/tmux-op-perm" |
|
|
|
fn_script_log_info "https://linuxgsm.com/tmux-op-perm" |
|
|
|
else |
|
|
|
echo -e "No known fix currently. Please log an issue." |
|
|
|
fn_script_log_info "No known fix currently. Please log an issue." |
|
|
|
echo -e "https://linuxgsm.com/support" |
|
|
|
echo -e "${italic}https://linuxgsm.com/support" |
|
|
|
fn_script_log_info "https://linuxgsm.com/support" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
# Description: Sends a test alert. |
|
|
|
|
|
|
|
commandname="TEST-ALERT" |
|
|
|
commandaction="Sending Alert" |
|
|
|
commandaction="Sending alert" |
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
fn_firstcommand_set |
|
|
|
|
|
|
|
|
|
@ -224,7 +224,7 @@ fn_update_steamcmd_compare() { |
|
|
|
if [ -n "${betapassword}" ]; then |
|
|
|
fn_print_nl "* Branch password: ${betapassword}" |
|
|
|
fi |
|
|
|
fn_print_nl "https://steamdb.info/app/${appid}/history" |
|
|
|
fn_print_nl "${italic}https://steamdb.info/app/${appid}/history" |
|
|
|
fn_print "\n" |
|
|
|
fn_script_log_info "Update available" |
|
|
|
fn_script_log_info "Local build: ${localbuild}" |
|
|
|
|
|
@ -12,7 +12,7 @@ echo -e "${bold}${lightyellow}Enter ${gamename} Cluster Token${default}" |
|
|
|
fn_messages_separator |
|
|
|
echo -e "A cluster token is required to run this server!" |
|
|
|
echo -e "Follow the instructions in this link to obtain this key:" |
|
|
|
echo -e "https://linuxgsm.com/dst-auth-token" |
|
|
|
echo -e "${italic}https://linuxgsm.com/dst-auth-token" |
|
|
|
echo -e "" |
|
|
|
if [ -z "${autoinstall}" ]; then |
|
|
|
overwritetoken="true" |
|
|
|
|
|
@ -19,7 +19,7 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
echo -e "Get more info and a token here:" |
|
|
|
echo -e "https://docs.linuxgsm.com/steamcmd/gslt" |
|
|
|
echo -e "${italic}https://docs.linuxgsm.com/steamcmd/gslt" |
|
|
|
fn_script_log_info "Get more info and a token here:" |
|
|
|
fn_script_log_info "https://docs.linuxgsm.com/steamcmd/gslt" |
|
|
|
echo -e "" |
|
|
|