-
-
Save wmantly/687efd9f0ebc692069e6ca7cf35c8216 to your computer and use it in GitHub Desktop.
occ wrapper in /usr/sbin/occ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
chmod +x /var/www/nextcloud/occ | |
sudo -u www-data /var/www/nextcloud/occ $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment