Browse Source

Remove confusing log message on no file (#233)

ram-fix
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
39c8e3379b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/backup/monitor

2
scripts/backup/monitor

@ -41,9 +41,9 @@ monitor_file () {
echo "$file_path doesn't exist, waiting for it to be created..."
echo
until [[ -e "${file_path}" ]]; do
echo "Nope, $file_path still doesn't exist..."
sleep 1
done
echo "$file_path created! Triggering backup..."
touch "${UMBREL_ROOT}/events/signals/backup"
fi

Loading…
Cancel
Save