From dad44965d51a53c7081566b1bd62bec601e7c47b Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Mon, 27 Jun 2022 21:52:59 +0200 Subject: [PATCH] Fixed tar comand and path --- Install_LDS.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Install_LDS.sh b/Install_LDS.sh index 54ebdd4..a973bec 100644 --- a/Install_LDS.sh +++ b/Install_LDS.sh @@ -78,14 +78,14 @@ case $dist in esac wget -O /tmp/LDS.tar.gz "$repo"/archive/"$branch".tar.gz -tar –xzf /tmp/LDS.tar.gz –C /tmp +tar -xzf /tmp/LDS.tar.gz -C /tmp #Configure (re)start services mkdir -p /opt/LDS/tftp /opt/LDS/www -mv /tmp/LDS-Base/iPXE /opt/LDS/tftp -mv /tmp/LDS-Base/UpdateIP.sh /opt/LDS -mv /tmp/LDS-Base/dnsmasq.conf /etc/dnsmasq.conf -mv /tmp/LDS-Base/lighttpd.conf /etc/lighttpd/lighttpd.conf +mv /tmp/lds-base/iPXE /opt/LDS/tftp +mv /tmp/lds-base/UpdateIP.sh /opt/LDS +mv /tmp/lds-base/dnsmasq.conf /etc/dnsmasq.conf +mv /tmp/lds-base/lighttpd.conf /etc/lighttpd/lighttpd.conf #Set dnsmasq ip range echo ""