Skip to content

Commit

Permalink
create_k3s_sysext.sh: add RELOAD=1 to bake.sh call to make sure we ge…
Browse files Browse the repository at this point in the history
…t a daemon-reload
  • Loading branch information
johanneskastl committed Apr 29, 2024
1 parent 083766b commit 4145400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_k3s_sysext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ ExecStartPre=-/sbin/modprobe overlay
ExecStart=/usr/local/bin/k3s agent
EOF

"${SCRIPTFOLDER}"/bake.sh "${SYSEXTNAME}"
RELOAD=1 "${SCRIPTFOLDER}"/bake.sh "${SYSEXTNAME}"
rm -rf "${SYSEXTNAME}"

0 comments on commit 4145400

Please # to comment.