aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-04-06 12:02:29 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-04-06 12:02:29 +0300
commitfc3ed0b61ce973deb70fa02025e47de6275f27a9 (patch)
treed07bbadcf2d1196a76c83c76640bc975384e2237 /install.sh
parentf4f175b2ceaf621ecb883cc5bcb56e002ec008f3 (diff)
downloadarching-kaos-tools-fc3ed0b61ce973deb70fa02025e47de6275f27a9.tar.gz
arching-kaos-tools-fc3ed0b61ce973deb70fa02025e47de6275f27a9.tar.bz2
arching-kaos-tools-fc3ed0b61ce973deb70fa02025e47de6275f27a9.zip
y, that was a problem as well
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 45e3bc4..9d78acb 100755
--- a/install.sh
+++ b/install.sh
@@ -154,8 +154,8 @@ if [ ! -d $AK_ARCHIVESDIR ]; then mkdir $AK_ARCHIVESDIR ;fi
if [ ! -f $AK_LOGSFILE ]; then touch $AK_LOGSFILE ;fi
if [ ! -f $AK_GENESIS ]; then touch $AK_GENESIS;fi
if [ ! -d $AK_MINEDBLOCKSDIR ]; then mkdir $AK_MINEDBLOCKSDIR; fi
-if [ ! -f $AK_ZBLOCKSFILE ]; then mkdir $AK_ZBLOCKSFILE; fi
-if [ ! -f $AK_ZPAIRSFILE ]; then mkdir $AK_ZPAIRSFILE; fi
+if [ ! -f $AK_ZBLOCKSFILE ]; then touch $AK_ZBLOCKSFILE; fi
+if [ ! -f $AK_ZPAIRSFILE ]; then touch $AK_ZPAIRSFILE; fi
if [ ! -d $AK_CACHEDIR ]; then mkdir $AK_CACHEDIR; fi
if [ ! -d $AK_GPGHOME ]; then mkdir $AK_GPGHOME && chmod 700 -R $AK_GPGHOME; fi