mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-08 07:06:30 +02:00
Exit on no proceed
This commit is contained in:
@@ -21,7 +21,7 @@ printThis () {
|
|||||||
echo "Are you happy to proceed? Press y to continue"
|
echo "Are you happy to proceed? Press y to continue"
|
||||||
read -d '' -s -n1 proceedQ
|
read -d '' -s -n1 proceedQ
|
||||||
if [ "$proceedQ" != "y" ]; then
|
if [ "$proceedQ" != "y" ]; then
|
||||||
return
|
exit 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user