diff options
author | Simon Rettberg | 2021-04-20 14:22:04 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-04-20 14:22:04 +0200 |
commit | 2691e6eb207b62146925e36f037c7c4f0386757c (patch) | |
tree | ac5a890bd75b12dac2bdb44a70c9fb87c4a040db /satellit_upgrader | |
parent | [SS?S] Add custom iPXE config (diff) | |
download | setup-scripts-2691e6eb207b62146925e36f037c7c4f0386757c.tar.gz setup-scripts-2691e6eb207b62146925e36f037c7c4f0386757c.tar.xz setup-scripts-2691e6eb207b62146925e36f037c7c4f0386757c.zip |
[SSUS] Remove unused tftpd-hpa config
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 1 |
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 |