make outputs better
This commit is contained in:
+3
-3
@@ -52,15 +52,15 @@ function check_borg_backup_vars() {
|
|||||||
|
|
||||||
function load_crontab_when_exists_or_create() {
|
function load_crontab_when_exists_or_create() {
|
||||||
if [ -f "$destination/crontab.txt" ]; then
|
if [ -f "$destination/crontab.txt" ]; then
|
||||||
echo "Load Crontab $destination/crontab.txt"
|
echo "* Load Crontab $destination/crontab.txt"
|
||||||
crontab "$destination/crontab.txt"
|
crontab "$destination/crontab.txt"
|
||||||
else
|
else
|
||||||
echo "Create $destination/crontab.txt"
|
echo "* Create $destination/crontab.txt"
|
||||||
echo "$PFSENSE_CRON_SCHEDULE FROM_CRON=1 /pfsense-backup.sh" >> "$destination/crontab.txt"
|
echo "$PFSENSE_CRON_SCHEDULE FROM_CRON=1 /pfsense-backup.sh" >> "$destination/crontab.txt"
|
||||||
crontab "$destination/crontab.txt"
|
crontab "$destination/crontab.txt"
|
||||||
fi
|
fi
|
||||||
crond -f
|
|
||||||
sepurator
|
sepurator
|
||||||
|
crond -f
|
||||||
}
|
}
|
||||||
|
|
||||||
function do_backup() {
|
function do_backup() {
|
||||||
|
|||||||
Reference in New Issue
Block a user