Update the script to work in strict mode
This commit is contained in:
parent
59d1f1d22d
commit
34bf948ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ IFS=$'\n\t'
|
||||||
|
|
||||||
export BORG_REPO="/media/backup/"
|
export BORG_REPO="/media/backup/"
|
||||||
|
|
||||||
if [ "$1" = "service" ]; then
|
if [ "${1:-}" = "service" ]; then
|
||||||
extra_args=()
|
extra_args=()
|
||||||
else
|
else
|
||||||
extra_args=(--progress)
|
extra_args=(--progress)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue