diff options
-rwxr-xr-x | init.sh | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,2 +1,9 @@ #!/bin/bash -mkdir hashes +if [ ! -d hashes ] +then + mkdir hashes +fi +if [ ! -f "hashes/list" ] +then + echo 0 > hashes/list +fi |
index : arching-kaos-radio/.git | ||
A radio station emulator | root |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | init.sh | 9 |
@@ -1,2 +1,9 @@ #!/bin/bash -mkdir hashes +if [ ! -d hashes ] +then + mkdir hashes +fi +if [ ! -f "hashes/list" ] +then + echo 0 > hashes/list +fi |