Protect postfix variables in options

This commit is contained in:
fancsali 2020-07-10 21:51:49 +01:00
parent 9496b2345e
commit 4009bbd779
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ case "$state_should" in
remove_entry
fi
cat << DONE
cat >> "$config" << ${__type##*/}_DONE
cat >> "$config" << "${__type##*/}_DONE"
$(cat "$entry")
${__type##*/}_DONE
DONE