summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-19 14:35:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-19 14:35:47 +0000
commitc11fe8113c79e32903d865c7520cc28ff9c6247a (patch)
tree263c0f3ceaaf4764d2a629b4f80fd399a76f1c3a
parent00f15e21d67fa22ea631f2aa0727ab2f08bf14dd (diff)
downloadalpine-conf-c11fe8113c79e32903d865c7520cc28ff9c6247a.tar.bz2
alpine-conf-c11fe8113c79e32903d865c7520cc28ff9c6247a.tar.xz
setup-acf: create dir if missing
-rw-r--r--setup-acf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup-acf.in b/setup-acf.in
index 3769a12..8c386ee 100644
--- a/setup-acf.in
+++ b/setup-acf.in
@@ -31,6 +31,7 @@ done
if [ "$create_passwd" != "no" ]; then
askpassword "root ACF"
+ mkdir -p /etc/acf
if [ -f /etc/acf/passwd ]; then
mv /etc/acf/passwd /etc/acf/passwd.backup
fi