creating credentials file should no longer get an intermediate error whoops

This commit is contained in:
Zergling_man 2023-01-17 03:36:47 +11:00
parent 8488962826
commit b7159cecef

View File

@ -1,4 +1,5 @@
if [ ! -f ~/.config/clemmy/accounts.csv ]; then
mkdir -p ~/.config/clemmy
touch ~/.config/clemmy/accounts.csv
echo "Do you already have an account? y/n"
read choice