You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### If running with /www/html or NGINX_WEBROOT mapped, then create persistent storage
27
27
### Storage redirection
@@ -61,7 +61,7 @@ else
61
61
if var_true "${ENABLE_AUTO_UPDATE}"; then
62
62
if [ "${BOOKSTACK_VERSION}" != $(head -n 1 "${NGINX_WEBROOT}"/.bookstack-version | awk '{print $1'}) ]; then
63
63
print_warn "Detected in place Bookstack version $(head -n 1 "${NGINX_WEBROOT}"/.bookstack-version | awk "{print $1"}) - Upgrading to ${BOOKSTACK_VERSION}"
0 commit comments