Version 0.1: Inital working deployment version
This commit is contained in:
4
roles/owncloud/templates/occ.j2
Normal file
4
roles/owncloud/templates/occ.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /var/www/owncloud
|
||||
sudo -E -u www-data /usr/bin/php /var/www/owncloud/occ "$@"
|
||||
Reference in New Issue
Block a user