fixup! Updating downloading function

Took 1 minute
This commit is contained in:
Tobias Hopp 2020-07-07 19:33:38 +02:00
parent a41b443d15
commit 2ff2ee5b07

View File

@ -60,10 +60,10 @@ function main()
echo "Please use 'exit' and restart the script to apply the new session id!\n"; echo "Please use 'exit' and restart the script to apply the new session id!\n";
break; break;
case 'exit': case 'exit':
echo "Have a nice dayyyy!!\n"; echo "Goodbye!\n";
exit(); exit();
default: default:
echo "Unkown command. Use help for help.\n"; echo "Unknown command. Use help for help.\n";
break; break;
} }
return; return;