Compare commits
2 commits
master
...
bugfix/pos
Author | SHA1 | Date | |
---|---|---|---|
4009bbd779 | |||
9496b2345e |
3 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ case "$state_should" in
|
||||||
remove_entry
|
remove_entry
|
||||||
fi
|
fi
|
||||||
cat << DONE
|
cat << DONE
|
||||||
cat >> "$config" << ${__type##*/}_DONE
|
cat >> "$config" << "${__type##*/}_DONE"
|
||||||
$(cat "$entry")
|
$(cat "$entry")
|
||||||
${__type##*/}_DONE
|
${__type##*/}_DONE
|
||||||
DONE
|
DONE
|
||||||
|
|
|
@ -4,6 +4,5 @@ unpriv
|
||||||
chroot
|
chroot
|
||||||
wakeup
|
wakeup
|
||||||
maxproc
|
maxproc
|
||||||
option
|
|
||||||
comment
|
comment
|
||||||
state
|
state
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
option
|
Loading…
Reference in a new issue