Add purge guard, to avoid accidents
This commit is contained in:
@@ -117,6 +117,13 @@ let
|
|||||||
}
|
}
|
||||||
|
|
||||||
[ -z "$namespace" ] && echo "namespace must be set" && exit 1
|
[ -z "$namespace" ] && echo "namespace must be set" && exit 1
|
||||||
|
|
||||||
|
if [ "$apply" = delete ]; then
|
||||||
|
echo "WARNING: Really delete $(basename $TOP)? YES/no:"
|
||||||
|
read ans
|
||||||
|
[ "$ans" != YES ] && exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
export_vars
|
export_vars
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user