Update linkstack.sh

This commit is contained in:
CanbiZ 2025-07-22 09:42:39 +02:00
parent 6c74217c19
commit 7b814adc98

View File

@ -24,7 +24,7 @@ function update_script() {
check_container_storage check_container_storage
check_container_resources check_container_resources
if [[ ! -f /.linkstack ]]; then if [[ ! -f ~/.linkstack ]]; then
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi
@ -62,7 +62,6 @@ function update_script() {
exit exit
} }
start start
build_container build_container
description description