Skip to content

Commit 37219b2

Browse files
Fix horrible typo in userdata script (#1480)
1 parent 1336c83 commit 37219b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/os/scripts/apt-disable-unattended-upgrades.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
apt-get -y remove unattended-upgrades
33

44
# Try to disable unattended upgrades and apt automatic updates, should not fail if it is not installed
5-
sudo systemctl disable unattented-upgrades.service || true
6-
sudo systemctl stop unattented-upgrades.service || true
5+
sudo systemctl disable unattended-upgrades.service || true
6+
sudo systemctl stop unattended-upgrades.service || true
77

88
sudo systemctl disable apt-daily.service || true
99
sudo systemctl disable apt-daily.time || true

0 commit comments

Comments
 (0)