SHA256
fix bugs in config.example and install.sh
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ PBS_PASSWORD='XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'
|
||||
PBS_DATASTORE='backup'
|
||||
PBS_NAMESPACE='MyBackups'
|
||||
|
||||
BACKUP=['root.pxar:/', 'data.pxar:/mnt/data']
|
||||
BACKUP=('root.pxar:/' 'data.pxar:/mnt/data')
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ chmod o= "$TMPDIR/config.example"
|
||||
|
||||
"$TMPDIR/pbc" install
|
||||
rc=$?
|
||||
if (( $? != 0 )); then
|
||||
if (( $rc != 0 )); then
|
||||
echo "Error installing pbc requirements!" >&2
|
||||
exit $rc
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user