فهرست منبع

empty variable

UltimateByte 9 سال پیش
والد
کامیت
f7571bd139
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      lgsm/functions/command_backup.sh

+ 0 - 1
lgsm/functions/command_backup.sh

@@ -9,7 +9,6 @@ local commandaction="Backup"
 local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
 
 check.sh
-backuplock=
 # Check if a backup is pending or has been aborted using .backup.lock
 if [ -f "${tmpdir}/.backup.lock" ]; then
 	fn_print_warning_nl "A backup is currently pending or has been aborted."