mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
1.0.7
This commit is contained in:
parent
6d819de9d8
commit
505de4c0a8
@ -1,3 +1,9 @@
|
||||
udm-boot (1.0.7) stable; urgency=medium
|
||||
|
||||
* Support for Legacy and Current Firmware
|
||||
|
||||
-- boostchicken <john@boostchicken.dev> Tue, 31 Jan 2023 22:19:59 -0800
|
||||
|
||||
udm-boot (1.0.6) stable; urgency=medium
|
||||
|
||||
* Fix timeouts
|
||||
|
@ -21,6 +21,9 @@ alias deb-systemd-invoke='systemctl --no-block --'
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
if ! [ -x /sbin/ssh-proxy ]; then
|
||||
sed -i 's/\/sbin\/ssh-proxy//' /lib/systemd/system/udm-boot.service
|
||||
fi
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
@ -21,7 +21,9 @@ set -e
|
||||
|
||||
case "$1" in
|
||||
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
|
||||
if [ -x /sbin/ssh-proxy ]; then
|
||||
/sbin/ssh-proxy rm -f /mnt/data/on_boot.sh
|
||||
fi
|
||||
true
|
||||
;;
|
||||
|
||||
|
@ -16,7 +16,9 @@ set -e
|
||||
|
||||
case "$1" in
|
||||
install|upgrade)
|
||||
if [ -x /sbin/ssh-proxy ]; then
|
||||
/sbin/ssh-proxy rm -f /mnt/data/on_boot.sh
|
||||
fi
|
||||
true
|
||||
;;
|
||||
|
||||
|
BIN
on-boot-script/packages/udm-boot_1.0.7_all.deb
Normal file
BIN
on-boot-script/packages/udm-boot_1.0.7_all.deb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user