Compare commits
2 Commits
2a069f6f94
...
7c1a73dfdc
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7c1a73dfdc | ||
![]() |
6f5e7040da |
@ -42,12 +42,3 @@ description
|
|||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
||||||
|
|
||||||
read -p "Remove this Container? <y/N> " prompt
|
|
||||||
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
|
||||||
pct stop "$CTID"
|
|
||||||
pct destroy "$CTID"
|
|
||||||
msg_ok "Removed this script"
|
|
||||||
else
|
|
||||||
msg_warn "Did not remove this script"
|
|
||||||
fi
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user