update pending
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
nextcloud_storage=/var/wwww/http/data
|
||||
sudo -u www-data tail -f $nextcloud_storage/nextcloud.log
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
./get_dbcontent.sh
|
||||
./run_occ.sh polls:db:purge
|
||||
./run_occ.sh app:enable polls
|
||||
./run_occ.sh polls:db:rebuild
|
||||
Reference in New Issue
Block a user