fixup! Updating downloading function
Took 1 minute
This commit is contained in:
parent
a41b443d15
commit
2ff2ee5b07
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user