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
@@ -10,8 +10,6 @@ function check() {
check_wordpress_tgz || return 22
check_wp-tool || return 23
check_wp-backup || return 24
echo "container <$CONTAINER> approved successfully!"
return 0
}