Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ncp.sh
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-06 18:11:25 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-06 18:11:47 +0300
commitb78c9e2369df3a716101c5ae6ed0cc9d8018f3a4 (patch)
treea139b2fcd08ede45c721d0e745320fb318106bbb /ncp.sh
parent412eee2f980e7ada84208df5de68f203e68eb4f9 (diff)
add ncc command, shortcut of occv0.56.19
Diffstat (limited to 'ncp.sh')
-rw-r--r--ncp.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/ncp.sh b/ncp.sh
index 1fee5be4..01fdcc14 100644
--- a/ncp.sh
+++ b/ncp.sh
@@ -36,6 +36,13 @@ install()
sed -i '/1\\ \*) do_change_pass ;;/i0\\ *) ncp-config ;;' /usr/bin/raspi-config
}
+ # add the ncc shortcut
+ cat >> /usr/local/bin/ncc <<'EOF'
+#!/bin/bash
+sudo -u www-data php /var/www/nextcloud/occ "$@"
+EOF
+ chmod +x /usr/local/bin/ncc
+
# NCP-WEB
## VIRTUAL HOST