creating credentials file should no longer get an intermediate error whoops
This commit is contained in:
parent
8488962826
commit
b7159cecef
1
creds.sh
1
creds.sh
|
@ -1,4 +1,5 @@
|
||||||
if [ ! -f ~/.config/clemmy/accounts.csv ]; then
|
if [ ! -f ~/.config/clemmy/accounts.csv ]; then
|
||||||
|
mkdir -p ~/.config/clemmy
|
||||||
touch ~/.config/clemmy/accounts.csv
|
touch ~/.config/clemmy/accounts.csv
|
||||||
echo "Do you already have an account? y/n"
|
echo "Do you already have an account? y/n"
|
||||||
read choice
|
read choice
|
||||||
|
|
Loading…
Reference in New Issue
Block a user