Skip to content

Commit

Permalink
fix: update paths due path location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Feb 28, 2024
1 parent 307ec01 commit 633c748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imageroot/actions/create-module/10setup
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# Create the dnsmasq.d directory
mkdir -p "dnsmasq.d"
mkdir -p dnsmasq.d
# Install systemd service
install -m 644 "${AGENT_INSTALL_DIR}/dnsmasq.service" "/etc/systemd/system/${MODULE_ID}.service"
install -m 644 ../dnsmasq.service "/etc/systemd/system/${MODULE_ID}.service"
systemctl daemon-reload

0 comments on commit 633c748

Please sign in to comment.