summaryrefslogtreecommitdiffstats
path: root/src/lib/auto.action
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-12-29 21:34:31 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-12-29 21:34:31 +0100
commitf3861be3d170e5c29f764285f6ad10ef317b0261 (patch)
tree4b7854d26079ee61bb539e496f27a8dde743ebcf /src/lib/auto.action
parent27c11787d7c58b02f12d7afd476ea66abfeecaaf (diff)
downloadnetctl-f3861be3d170e5c29f764285f6ad10ef317b0261.tar.gz
netctl-f3861be3d170e5c29f764285f6ad10ef317b0261.tar.xz
Make paths available for state files
Diffstat (limited to 'src/lib/auto.action')
-rwxr-xr-xsrc/lib/auto.action1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/auto.action b/src/lib/auto.action
index 00a4d14..bfb5f1d 100755
--- a/src/lib/auto.action
+++ b/src/lib/auto.action
@@ -24,6 +24,7 @@ case $action in
fi
DHCPOptions+=" -K"
ip_set || exit 1
+ mkdir -p "$(dirname "$PROFILE_FILE")"
printf "%s" "$profile" > "$PROFILE_FILE"
# JP: sandbox the eval
if ! ( eval $ExecUpPost ); then