X-Git-Url: https://git.ao2.it/drupal-init-tools.git/blobdiff_plain/9892c3f6d1345adc99b1485cb29962852ddfe37f..6bc7c74e4c99280f488a59204f5ab40a9f39167b:/libexec/clean.sh diff --git a/libexec/clean.sh b/libexec/clean.sh index daa86fb..cd33b60 100755 --- a/libexec/clean.sh +++ b/libexec/clean.sh @@ -48,7 +48,7 @@ CONFIRMATION_STRING="YESIAMSURE" echo "WARNING! This removes any files in the config/ web/ and vendor/ directories." echo "Are you sure you want to continue?" echo -read -p "Type ${CONFIRMATION_STRING} to confirm: " INPUT +read -r -p "Type ${CONFIRMATION_STRING} to confirm: " INPUT run() { echo "$@"