mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-22 16:32:40 +00:00
More syntax errors
This commit is contained in:
parent
99bd95ea84
commit
5bb081c321
1 changed files with 2 additions and 0 deletions
|
@ -9,9 +9,11 @@ if [[ $OSTYPE == 'darwin'* ]]; then
|
|||
case
|
||||
[yY][eE][sS]|[yY]|[zZ]|[jJ])
|
||||
echo "Continuing with experimental support..."
|
||||
;;
|
||||
*)
|
||||
echo "Exiting..."
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue