Florian Freund 2018-02-12 21:28:43 +01:00
parent e602008459
commit a944b6ff79

View file

@ -1939,7 +1939,7 @@ main() {
for var in "$@"; do
case "$var" in
"--reconfigure" ) reconfigure=true;;
"--i_do_not_follow_recommendations" ) skipSpaceCheck=false;;
"--i_do_not_follow_recommendations" ) skipSpaceCheck=true;;
"--unattended" ) runUnattended=true;;
esac
done