mirror of
https://github.com/tteck/Proxmox.git
synced 2024-12-28 16:01:56 +00:00
Update nginxproxymanager-v5.sh
pause update until new version is confirmed working
This commit is contained in:
parent
51def5ec4c
commit
7458878882
@ -357,7 +357,8 @@ header_info
|
|||||||
RELEASE=$(curl -s https://api.github.com/repos/NginxProxyManager/nginx-proxy-manager/releases/latest |
|
RELEASE=$(curl -s https://api.github.com/repos/NginxProxyManager/nginx-proxy-manager/releases/latest |
|
||||||
grep "tag_name" |
|
grep "tag_name" |
|
||||||
awk '{print substr($2, 3, length($2)-4) }')
|
awk '{print substr($2, 3, length($2)-4) }')
|
||||||
|
echo -e "Please wait until new version ${RELEASE} is confirmed working"
|
||||||
|
exit
|
||||||
msg_info "Stopping Services"
|
msg_info "Stopping Services"
|
||||||
systemctl stop openresty
|
systemctl stop openresty
|
||||||
systemctl stop npm
|
systemctl stop npm
|
||||||
|
Loading…
Reference in New Issue
Block a user