Aktualizovat „zfs-backup-mm“

This commit is contained in:
Milan Meduna 2020-11-05 09:28:09 +01:00
parent 305b08b544
commit 9cc1e599cf
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
#!/bin/bash
if [[ ! -f "$1" ]]
then
echo "Config file not exists!"
exit 1
fi
if [ -z "$2" ]
then
lock_variable="/var/lock/zfs-backup-mm"