Skip to content

Commit

Permalink
potential fix for unifi-utilities#71
Browse files Browse the repository at this point in the history
  • Loading branch information
spali committed Dec 28, 2020
1 parent d715ec8 commit 5ff7114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions on-boot-script/dpkg-build-files/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ case "$1" in

# enable and start udm-boot
echo "Enable udm-boot service"
deb-systemd-invoke enable udm-boot.service
deb-systemd-invoke start udm-boot.service
systemctl enable udm-boot.service
systemctl start udm-boot.service

echo ""
echo ""
Expand Down

0 comments on commit 5ff7114

Please sign in to comment.