Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Aug 25, 2023
1 parent 0913291 commit f74896c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SD/FPP_Install.sh
Expand Up @@ -48,7 +48,7 @@
#
#############################################################################
FPPBRANCH=${FPPBRANCH:-"master"}
FPPIMAGEVER="2023-07"
FPPIMAGEVER="2023-08"
FPPCFGVER="78"
FPPPLATFORM="UNKNOWN"
FPPDIR=/opt/fpp
Expand Down Expand Up @@ -577,7 +577,7 @@ case "${OSVER}" in
ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
fi

echo "#!/bin/sh" > /etc/networkd-dispatcher/routable.d/ntpd
echo '#!/bin/sh' > /etc/networkd-dispatcher/routable.d/ntpd
echo "/usr/bin/systemctl restart ntp" >> /etc/networkd-dispatcher/routable.d/ntpd
chmod +x /etc/networkd-dispatcher/routable.d/ntpd

Expand Down

0 comments on commit f74896c

Please sign in to comment.