Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 15, 2023
1 parent d6a8cae commit a9ecd67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions lgsm/modules/command_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
3 changes: 1 addition & 2 deletions lgsm/modules/command_fastdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -427,6 +425,7 @@ fn_fastdl_bzip2() {
fn_print_ok_eol_nl
}

check.sh
# Run functions.
fn_fastdl_preview
fn_clear_old_fastdl
Expand Down

0 comments on commit a9ecd67

Please sign in to comment.