Browse Source

tidy

pull/4339/head
Daniel Gibbs 2 years ago
parent
commit
a9ecd67c64
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/modules/command_backup.sh
  2. 3
      lgsm/modules/command_fastdl.sh

2
lgsm/modules/command_backup.sh

@ -10,8 +10,6 @@ commandaction="Backing up"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set
check.sh
# Trap to remove lockfile on quit.
fn_backup_trap() {
echo -e ""

3
lgsm/modules/command_fastdl.sh

@ -10,8 +10,6 @@ commandaction="Fastdl"
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_firstcommand_set
check.sh
# Directories.
if [ -z "${webdir}" ]; then
webdir="${rootdir}/public_html"
@ -427,6 +425,7 @@ fn_fastdl_bzip2() {
fn_print_ok_eol_nl
}
check.sh
# Run functions.
fn_fastdl_preview
fn_clear_old_fastdl

Loading…
Cancel
Save