summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-20 14:22:04 +0200
committerSimon Rettberg2021-04-20 14:22:04 +0200
commit2691e6eb207b62146925e36f037c7c4f0386757c (patch)
treeac5a890bd75b12dac2bdb44a70c9fb87c4a040db
parent[SS?S] Add custom iPXE config (diff)
downloadsetup-scripts-2691e6eb207b62146925e36f037c7c4f0386757c.tar.gz
setup-scripts-2691e6eb207b62146925e36f037c7c4f0386757c.tar.xz
setup-scripts-2691e6eb207b62146925e36f037c7c4f0386757c.zip
[SSUS] Remove unused tftpd-hpa config
-rw-r--r--satellit_upgrader/updater.template.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh
index c6d597a..3e89551 100644
--- a/satellit_upgrader/updater.template.sh
+++ b/satellit_upgrader/updater.template.sh
@@ -677,7 +677,6 @@ if [ -e "/etc/systemd/system/atftpd.service" ]; then
chg=true
fi
-diffcp "tftpd" "/etc/default/tftpd-hpa" && chg=true
diffcp "tftpd" "/etc/systemd/system/tftpd-hpa.service" && chg=true
diffcp "tftpd" "/opt/openslx/tftpd-remap" && chg=true
if "$chg"; then