diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-19 14:35:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-19 14:35:47 +0000 |
commit | c11fe8113c79e32903d865c7520cc28ff9c6247a (patch) | |
tree | 263c0f3ceaaf4764d2a629b4f80fd399a76f1c3a /setup-acf.in | |
parent | 00f15e21d67fa22ea631f2aa0727ab2f08bf14dd (diff) | |
download | alpine-conf-c11fe8113c79e32903d865c7520cc28ff9c6247a.zip |
setup-acf: create dir if missing
Diffstat (limited to 'setup-acf.in')
-rw-r--r-- | setup-acf.in | 1 |
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 |