Added missing occ. Thanks to panik
This commit is contained in:
parent
cf0e47c76a
commit
d51b5baed7
8
debian/usr/sbin/occ
vendored
Executable file
8
debian/usr/sbin/occ
vendored
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ $(id -u) -eq 0 ] || [ $(id -u) -eq 33 ];then
|
||||||
|
OPT="$@"
|
||||||
|
su www-data -s /bin/sh -c "/usr/bin/php /var/www/nextcloud/occ $OPT"
|
||||||
|
else
|
||||||
|
echo "Please run as root"
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user