removed clean points

This commit is contained in:
CHIEFSOFT\ameye
2025-08-07 06:45:54 -04:00
parent b95f58a514
commit a8c5156f0a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -45,7 +45,6 @@ if [ "$1" == "product" ]; then
elif [ "$1" == "clean" ]; then
retry docker stop digi_co
retry docker stop digi_ev
else
handle_error "Invalid argument. Use 'clean' or 'product'."
fi
-1
View File
@@ -44,7 +44,6 @@ if [ "$1" == "product" ]; then
cd product || handle_error "Failed to enter 'product' directory"
elif [ "$1" == "clean" ]; then
retry docker stop digi_co
retry docker stop digi_ev
else
handle_error "Invalid argument. Use 'clean' or 'product'."