just work normal if no argument is given

This commit is contained in:
2019-07-13 20:34:45 +02:00
parent 3149285ab9
commit f5db5a154d

View File

@@ -49,6 +49,7 @@ fi
case $(echo $1 | tr -d '-') in
'') ;;
version|V)
echo Remaster 2.0.4
exit 0