Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
2 changed files with
1 additions and
4 deletions
-
lgsm/modules/command_backup.sh
-
lgsm/modules/command_fastdl.sh
|
@ -10,8 +10,6 @@ commandaction="Backing up" |
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
fn_firstcommand_set |
|
|
fn_firstcommand_set |
|
|
|
|
|
|
|
|
check.sh |
|
|
|
|
|
|
|
|
|
|
|
# Trap to remove lockfile on quit. |
|
|
# Trap to remove lockfile on quit. |
|
|
fn_backup_trap() { |
|
|
fn_backup_trap() { |
|
|
echo -e "" |
|
|
echo -e "" |
|
|
|
@ -10,8 +10,6 @@ commandaction="Fastdl" |
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
fn_firstcommand_set |
|
|
fn_firstcommand_set |
|
|
|
|
|
|
|
|
check.sh |
|
|
|
|
|
|
|
|
|
|
|
# Directories. |
|
|
# Directories. |
|
|
if [ -z "${webdir}" ]; then |
|
|
if [ -z "${webdir}" ]; then |
|
|
webdir="${rootdir}/public_html" |
|
|
webdir="${rootdir}/public_html" |
|
@ -427,6 +425,7 @@ fn_fastdl_bzip2() { |
|
|
fn_print_ok_eol_nl |
|
|
fn_print_ok_eol_nl |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
check.sh |
|
|
# Run functions. |
|
|
# Run functions. |
|
|
fn_fastdl_preview |
|
|
fn_fastdl_preview |
|
|
fn_clear_old_fastdl |
|
|
fn_clear_old_fastdl |
|
|