File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ jobs:
319319
320320 sudo "$LXC" exec ncp -- bash -c "DBG=x ncp-update ${UPDATE_ARGS[*]}"
321321 sudo "$LXC" exec ncp -- /usr/local/bin/ncc status
322+ sudo "$LXC" exec ncp -- /usr/local/bin/ncc notify_push:self-test
322323
323324 if [[ "$current_nc_version" =~ "$latest_nc_version".* ]]
324325 then
@@ -330,6 +331,8 @@ jobs:
330331 sudo "$LXC" exec ncp -- bash -c "DBG=x ncp-update-nc ${latest_nc_version?}"
331332 sudo "$LXC" exec ncp -- /usr/local/bin/ncc status
332333 current_nc_version_new="$(sudo "$LXC" exec ncp -- ncc status | grep "version:" | awk '{ print $3 }')"
334+
335+ sudo "$LXC" exec ncp -- /usr/local/bin/ncc notify_push:self-test
333336 if [[ "$current_nc_version_new" =~ "$latest_nc_version".* ]]
334337 then
335338 break
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ source /usr/local/etc/library.sh
77echo " Configuring serverid ..."
88ncc config:system:get serverid > /dev/null || ncc config:system:set serverid --value=" $(( RANDOM % 1024 )) " --type=integer
99echo " Installing PHP APCU ..."
10- sudo apt-get install -y php${PHPVER} -apcu
10+ apt-get update
11+ apt-get install -y php${PHPVER} -apcu
1112echo " Enable apache2 remoteip"
1213a2enmod remoteip
1314install_template nextcloud.conf.sh /etc/apache2/sites-available/001-nextcloud.conf --allow-fallback || {
You can’t perform that action at this time.
0 commit comments