mirror of
https://github.com/bashclub/miyagi-pbs-zfs.git
synced 2025-12-06 06:28:43 +00:00
Update pbs-zfs-daily.sh
Absolute Path for config necessary
This commit is contained in:
@@ -13,7 +13,7 @@ while getopts "c:" arg; do
|
||||
esac
|
||||
done
|
||||
|
||||
source $PWD/$configfile
|
||||
source $configfile
|
||||
|
||||
|
||||
# ssh root@$SOURCEHOST zfs set $ZPUSHTAG=subvols $ZFSROOT
|
||||
|
||||
Reference in New Issue
Block a user