mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
fix ncc command repeating itself
This commit is contained in:
parent
2619c46e84
commit
b81b3e6753
@ -1,5 +1,7 @@
|
||||
|
||||
[v0.57.17](https://github.com/nextcloud/nextcloudpi/commit/ddae4df) (2018-07-03) armbian: fix image tag preventing updates
|
||||
[v0.57.18](https://github.com/nextcloud/nextcloudpi/commit/7c2457e) (2018-07-13) fix ncc command repeating itself
|
||||
|
||||
[v0.57.17](https://github.com/nextcloud/nextcloudpi/commit/baa2fa2) (2018-07-03) armbian: fix image tag preventing updates
|
||||
|
||||
[v0.57.16](https://github.com/nextcloud/nextcloudpi/commit/1298bfe) (2018-06-27) SSH: fix root password in Raspbian
|
||||
|
||||
|
||||
2
ncp.sh
2
ncp.sh
@ -31,7 +31,7 @@ install()
|
||||
}
|
||||
|
||||
# add the ncc shortcut
|
||||
cat >> /usr/local/bin/ncc <<'EOF'
|
||||
cat > /usr/local/bin/ncc <<'EOF'
|
||||
#!/bin/bash
|
||||
sudo -u www-data php /var/www/nextcloud/occ "$@"
|
||||
EOF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user