Correct condition and remove path to file
This commit is contained in:
parent
dc99367302
commit
f51ec0e110
|
@ -460,9 +460,7 @@ update_nginx_settings(){
|
||||||
sed 's/linux/docker/' -i ${NGINX_ONLYOFFICE_EXAMPLE_CONF}
|
sed 's/linux/docker/' -i ${NGINX_ONLYOFFICE_EXAMPLE_CONF}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "${NGINX_ONLYOFFICE_PATH}/includes/ds-docservice.conf" ] && [ -f "${CONF_DIR}/default.json" ]; then
|
bash documentserver-update-securelink.sh
|
||||||
bash /usr/bin/documentserver-update-securelink.sh
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
update_supervisor_settings(){
|
update_supervisor_settings(){
|
||||||
|
|
Loading…
Reference in a new issue