Upgraded YAMS version to v2.0 #60
2
yams
2
yams
@ -73,7 +73,7 @@ fi
|
|||||||
if [ "$option" == "destroy" ]; then
|
if [ "$option" == "destroy" ]; then
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
read -pr "Are you sure you want to destroy all your yams services? THIS IS NOT RECOVERABLE! ⚠️ ️🚨 [y/N]: " destroy_now
|
read -p "Are you sure you want to destroy all your yams services? THIS IS NOT RECOVERABLE! ⚠️ ️🚨 [y/N]: " destroy_now
|
||||||
destroy_now=${destroy_now:-"n"}
|
destroy_now=${destroy_now:-"n"}
|
||||||
if [ "$destroy_now" == "y" ]; then
|
if [ "$destroy_now" == "y" ]; then
|
||||||
$dc down
|
$dc down
|
||||||
|
Loading…
x
Reference in New Issue
Block a user