mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
ncp.sh: Force ncp-update-nc to run on docker during installation
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
2589f49377
commit
fb8414fa64
4
ncp.sh
4
ncp.sh
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# NextCloudPi additions to Raspbian
|
||||
# NextCloudPi additions to Raspbian
|
||||
#
|
||||
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
|
||||
# GPL licensed (see end of file) * Use at your own risk!
|
||||
@ -204,7 +204,7 @@ EOF
|
||||
chmod g+w /var/run/.ncp-latest-version
|
||||
|
||||
# Install all ncp-apps
|
||||
bin/ncp-update $BRANCH || exit $?
|
||||
ALLOW_UPDATE_SCRIPT=1 bin/ncp-update $BRANCH || exit $?
|
||||
|
||||
# LIMIT LOG SIZE
|
||||
grep -q maxsize /etc/logrotate.d/apache2 || sed -i /weekly/amaxsize2M /etc/logrotate.d/apache2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user