Init
This commit is contained in:
6
nextcloud_clean.sh
Executable file
6
nextcloud_clean.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
LOG_FILE="/home/awin/log/nextcloud_clean.log"
|
||||
|
||||
sudo docker exec --user www-data nextcloud-nextcloud-1 php /var/www/html/cron.php
|
||||
echo "$(date +'%F %R:%S'): Nexcloud clean finished." > $LOG_FILE
|
||||
|
||||
Reference in New Issue
Block a user