mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
a few small improvements
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
94f0a799fc
commit
c66b31901a
3 changed files with 6 additions and 7 deletions
|
|
@ -1,9 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
restart_process() {
|
||||
set -x
|
||||
echo "Restarting cron.sh because daily backup time was set or unset."
|
||||
pkill cron.sh
|
||||
set +x
|
||||
}
|
||||
|
||||
file_present() {
|
||||
|
|
@ -22,5 +21,5 @@ file_present() {
|
|||
|
||||
while true; do
|
||||
file_present
|
||||
sleep 5
|
||||
sleep 2
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue