Skip to content

Commit 818a54d

Browse files
hohAmozPay
authored and
AmozPay
committed
Fix: Typo prevented stopping service on upgrade
1 parent cb71779 commit 818a54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/aleph-vm/DEBIAN/preinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -uf -o pipefail
55
if ! [[ -v container ]]; then
66
# Stop the service during an upgrade.
77
# The service does not exist during a new install and will fail, this is okay
8-
systemctl stop aleph-vm-supervisorz.service
8+
systemctl stop aleph-vm-supervisor.service
99
fi
1010

1111
set -e

0 commit comments

Comments
 (0)