mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
Added default SKIP_REMOTE value
This commit is contained in:
parent
3276c9189e
commit
41f64388d9
@ -13,7 +13,9 @@
|
||||
# If gpg key generation hangs, please install and configure rngd service
|
||||
#eg yum install rng-tools ; systemctl start rngd
|
||||
|
||||
|
||||
if [ "$SKIP_REMOTE" == "" ]; then
|
||||
SKIP_REMOTE=false
|
||||
fi
|
||||
|
||||
OBACKUP_DIR="$(pwd)"
|
||||
OBACKUP_DIR=${OBACKUP_DIR%%/dev*}
|
||||
|
Loading…
Reference in New Issue
Block a user