From 27740511194d63631ff521b4f021539cbe9d78f9 Mon Sep 17 00:00:00 2001 From: Sam Gleske <sag47@drexel.edu> Date: Sat, 14 Sep 2013 16:50:30 -0400 Subject: [PATCH] More serious delete message. --- delete_mirror.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/delete_mirror.sh b/delete_mirror.sh index cf9eec2..d72c4ca 100755 --- a/delete_mirror.sh +++ b/delete_mirror.sh @@ -110,6 +110,8 @@ if ! ${quiet};then echo -n "Will DELETE " red_echo "${repo_dir}/${gitlab_namespace}/${project_name}" echo + red_echo "This action CANNOT be undone!" + echo echo -n "Are you sure you wish to delete project " yellow_echo -n "${gitlab_namespace}/${project_name}" echo -n "? (y/N): " -- GitLab