Skip to content

Commit ae8c300

Browse files
authored
add clean_install for npm
1 parent 868218a commit ae8c300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/nginxproxymanager.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ function update_script() {
5353
grep "tag_name" |
5454
awk '{print substr($2, 3, length($2)-4) }')
5555

56-
fetch_and_deploy_gh_release "nginxproxymanager" "NginxProxyManager/nginx-proxy-manager"
57-
56+
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "nginxproxymanager" "NginxProxyManager/nginx-proxy-manager"
57+
5858
msg_info "Stopping Services"
5959
systemctl stop openresty
6060
systemctl stop npm

0 commit comments

Comments
 (0)