This commit is contained in:
pvincent
2024-10-11 01:31:24 +04:00
parent 609603a437
commit 3ad16ee583
12 changed files with 20 additions and 50 deletions
-2
View File
@@ -7,8 +7,6 @@ function check() {
container_exists "$CONTAINER" || return 1
container_running "$CONTAINER" || return 2
echo "container <$CONTAINER> approved successfully!"
}
### INSTALL