revert and improve
This commit is contained in:
parent
7803001474
commit
7733532441
@ -24,6 +24,11 @@ function update_script() {
|
|||||||
check_container_storage
|
check_container_storage
|
||||||
check_container_resources
|
check_container_resources
|
||||||
|
|
||||||
|
if [[ ! -d /opt/fladder ]]; then
|
||||||
|
msg_error "No ${APP} Installation Found!"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
if check_for_gh_release "Fladder" "DonutWare/Fladder"; then
|
if check_for_gh_release "Fladder" "DonutWare/Fladder"; then
|
||||||
msg_info "Stopping Service"
|
msg_info "Stopping Service"
|
||||||
systemctl stop nginx
|
systemctl stop nginx
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user