From b7159cecef3c8048b847a61c7f4dce1385cba14d Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Tue, 17 Jan 2023 03:36:47 +1100 Subject: [PATCH] creating credentials file should no longer get an intermediate error whoops --- creds.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/creds.sh b/creds.sh index add81ee..fdd94a5 100644 --- a/creds.sh +++ b/creds.sh @@ -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