Increased the start service timeout for nextcloud
This commit is contained in:
parent
aa1a72ad99
commit
8ab25de96f
@ -276,7 +276,7 @@ chmod +x /federated/apps/nextcloud/data/config.sh
|
||||
|
||||
start_nextcloud() {
|
||||
# Start service with command to make sure it's up before proceeding
|
||||
start_service "nextcloud" "nc -z 172.99.0.18 80 &> /dev/null" "35"
|
||||
start_service "nextcloud" "nc -z 172.99.0.18 80 &> /dev/null" "40"
|
||||
|
||||
# Move config.sh and sidemenu config, set config.sh executable
|
||||
mv /federated/apps/nextcloud/data/config.sh /federated/apps/nextcloud/data/configs.json /federated/apps/nextcloud/data/var/www/html/
|
||||
|
Loading…
x
Reference in New Issue
Block a user