Skip to content

Commit

Permalink
base: fix cat sytax
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 19, 2024
1 parent dbe264c commit 62a1fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ enable_security_periodic()
fi

tell_status "setting up auto package security"
cat "$_daily/auto_security_upgrades" <<'EO_PKG_SECURITY'
cat <<'EO_PKG_SECURITY' > "$_daily/auto_security_upgrades"
#!/bin/sh
auto_remove="vim-console vim-lite"
Expand Down

0 comments on commit 62a1fda

Please sign in to comment.