summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--satellit_upgrader/updater.template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh
index 2a98f16..16d166b 100644
--- a/satellit_upgrader/updater.template.sh
+++ b/satellit_upgrader/updater.template.sh
@@ -442,7 +442,7 @@ if which "atftpd" &>/dev/null || dpkg-query -W -f='${db:Status-Abbrev}' "atftpd"
if diffcp "tftpd/tftpd-hpa" "/etc/default/tftpd-hpa"; then
echo "Replacing atftpd with tftpd-hpa"
systemctl stop atftpd.service
- failprint apt-get remove -y atftpd || pwarning "Could not uninstall atftpd"
+ failprint apt-get purge -y atftpd || pwarning "Could not uninstall atftpd"
failprint apt-get install -y tftpd-hpa || perror "Could not install tftpd-hpa"
chg=true
fi