Browse Source

italic url

feature/dst-changes
Daniel Gibbs 6 months ago
parent
commit
5cefca9209
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 4
      lgsm/modules/command_backup.sh
  2. 2
      lgsm/modules/command_postdetails.sh
  3. 4
      lgsm/modules/command_start.sh
  4. 2
      lgsm/modules/command_test_alert.sh
  5. 2
      lgsm/modules/core_steamcmd.sh
  6. 2
      lgsm/modules/install_dst_token.sh
  7. 2
      lgsm/modules/install_gslt.sh

4
lgsm/modules/command_backup.sh

@ -115,7 +115,7 @@ fn_backup_compression() {
# Tells how much will be compressed using rootdirduexbackup value from info_distro and prompt for continue. # 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_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_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" fn_script_log_info "Backup ${rootdirduexbackup} ${backupname}.tar.gz, in progress"
excludedir=$(fn_backup_relpath) excludedir=$(fn_backup_relpath)
@ -136,7 +136,7 @@ fn_backup_compression() {
fn_script_log_fail "Starting backup" fn_script_log_fail "Starting backup"
else else
fn_print_ok_eol 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}')" fn_script_log_pass "Backup created: ${backupname}.tar.gz, total size $(du -sh "${backupdir}/${backupname}.tar.gz" | awk '{print $1}')"
alert="backup" alert="backup"
alert.sh alert.sh

2
lgsm/modules/command_postdetails.sh

@ -10,8 +10,6 @@ commandaction="Posting details"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set fn_firstcommand_set
posttarget="https://termbin.com"
# source all of the modules defined in the details command. # source all of the modules defined in the details command.
info_messages.sh info_messages.sh

4
lgsm/modules/command_start.sh

@ -127,12 +127,12 @@ fn_start_tmux() {
echo -e "" echo -e ""
echo -e " usermod -G tty $(whoami)" echo -e " usermod -G tty $(whoami)"
echo -e "" 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" fn_script_log_info "https://linuxgsm.com/tmux-op-perm"
else else
echo -e "No known fix currently. Please log an issue." echo -e "No known fix currently. Please log an issue."
fn_script_log_info "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" fn_script_log_info "https://linuxgsm.com/support"
fi fi
fi fi

2
lgsm/modules/command_test_alert.sh

@ -6,7 +6,7 @@
# Description: Sends a test alert. # Description: Sends a test alert.
commandname="TEST-ALERT" commandname="TEST-ALERT"
commandaction="Sending Alert" commandaction="Sending alert"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set fn_firstcommand_set

2
lgsm/modules/core_steamcmd.sh

@ -224,7 +224,7 @@ fn_update_steamcmd_compare() {
if [ -n "${betapassword}" ]; then if [ -n "${betapassword}" ]; then
fn_print_nl "* Branch password: ${betapassword}" fn_print_nl "* Branch password: ${betapassword}"
fi fi
fn_print_nl "https://steamdb.info/app/${appid}/history" fn_print_nl "${italic}https://steamdb.info/app/${appid}/history"
fn_print "\n" fn_print "\n"
fn_script_log_info "Update available" fn_script_log_info "Update available"
fn_script_log_info "Local build: ${localbuild}" fn_script_log_info "Local build: ${localbuild}"

2
lgsm/modules/install_dst_token.sh

@ -12,7 +12,7 @@ echo -e "${bold}${lightyellow}Enter ${gamename} Cluster Token${default}"
fn_messages_separator fn_messages_separator
echo -e "A cluster token is required to run this server!" 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 "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 "" echo -e ""
if [ -z "${autoinstall}" ]; then if [ -z "${autoinstall}" ]; then
overwritetoken="true" overwritetoken="true"

2
lgsm/modules/install_gslt.sh

@ -19,7 +19,7 @@ else
fi fi
echo -e "Get more info and a token here:" 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 "Get more info and a token here:"
fn_script_log_info "https://docs.linuxgsm.com/steamcmd/gslt" fn_script_log_info "https://docs.linuxgsm.com/steamcmd/gslt"
echo -e "" echo -e ""

Loading…
Cancel
Save