mirror of
https://github.com/bashclub/miyagi-pbs-zfs.git
synced 2025-12-06 09:28:44 +00:00
Update pbs-zfs-daily.sh
Major improvements Logging
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
||||||
|
|
||||||
echo "Sleeping for one Minute to be interruped if necessary"
|
echo "Sleeping for one Minute to be interruped if necessary"
|
||||||
sleep 60
|
echo sleep 60
|
||||||
|
|
||||||
#Requirements for Myiagi ultimate Backup found in README! Always use a Config File!
|
#Requirements for Myiagi ultimate Backup found in README! Always use a Config File!
|
||||||
|
|
||||||
@@ -137,7 +138,6 @@ then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [[ "$SHUTDOWN" == "yes" ]]
|
if [[ "$SHUTDOWN" == "yes" ]]
|
||||||
then
|
then
|
||||||
shutdown now
|
shutdown now
|
||||||
|
|||||||
Reference in New Issue
Block a user