first commit
This commit is contained in:
7
bin/cron-cloud.sh
Executable file
7
bin/cron-cloud.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
for cloud in $(docker ps | grep -i nextcloudServ |awk '{print $12}')
|
||||
do
|
||||
docker exec -u www-data $cloud php cron.php
|
||||
|
||||
done
|
Reference in New Issue
Block a user