diff --git a/ct/linkstack.sh b/ct/linkstack.sh index 731033bf..fb421c8e 100644 --- a/ct/linkstack.sh +++ b/ct/linkstack.sh @@ -24,7 +24,7 @@ function update_script() { check_container_storage check_container_resources - if [[ ! -f /.linkstack ]]; then + if [[ ! -f ~/.linkstack ]]; then msg_error "No ${APP} Installation Found!" exit fi @@ -62,7 +62,6 @@ function update_script() { exit } - start build_container description