From 3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 15 Nov 2024 09:30:34 +0200 Subject: Settings directory properly set up during installation now --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 21325f2..7a62c81 100755 --- a/install.sh +++ b/install.sh @@ -121,6 +121,7 @@ fi if [ ! -d $AK_CONFIGDIR ] ; then mkdir $AK_CONFIGDIR ;fi if [ ! -d $AK_BINDIR ]; then mkdir $AK_BINDIR ;fi +if [ ! -d $AK_SETTINGS ]; then mkdir $AK_SETTINGS ;fi if [ ! -d $AK_LIBDIR ]; then mkdir $AK_LIBDIR ;fi if [ ! -d $AK_MODULESDIR ]; then mkdir $AK_MODULESDIR ;fi if [ ! -d $AK_ZBLOCKDIR ]; then mkdir $AK_ZBLOCKDIR ;fi -- cgit v1.2.3