fix ncc command repeating itself

This commit is contained in:
nachoparker 2018-07-13 17:26:42 +00:00
parent 2619c46e84
commit b81b3e6753
3 changed files with 5 additions and 3 deletions

View File

@ -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
View File

@ -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

View File

@ -208,7 +208,7 @@ rm -f /.ncp-image
}
# 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