We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868218a commit ae8c300Copy full SHA for ae8c300
ct/nginxproxymanager.sh
@@ -53,8 +53,8 @@ function update_script() {
53
grep "tag_name" |
54
awk '{print substr($2, 3, length($2)-4) }')
55
56
- fetch_and_deploy_gh_release "nginxproxymanager" "NginxProxyManager/nginx-proxy-manager"
57
-
+ CLEAN_INSTALL=1 fetch_and_deploy_gh_release "nginxproxymanager" "NginxProxyManager/nginx-proxy-manager"
+
58
msg_info "Stopping Services"
59
systemctl stop openresty
60
systemctl stop npm
0 commit comments