This commit is contained in:
John Dorman 2023-01-31 22:22:14 -08:00
parent 6d819de9d8
commit 505de4c0a8
5 changed files with 15 additions and 2 deletions

View File

@ -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 udm-boot (1.0.6) stable; urgency=medium
* Fix timeouts * Fix timeouts

View File

@ -21,6 +21,9 @@ alias deb-systemd-invoke='systemctl --no-block --'
case "$1" in case "$1" in
configure) 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) abort-upgrade|abort-remove|abort-deconfigure)

View File

@ -21,7 +21,9 @@ set -e
case "$1" in case "$1" in
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) 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 /sbin/ssh-proxy rm -f /mnt/data/on_boot.sh
fi
true true
;; ;;

View File

@ -16,7 +16,9 @@ set -e
case "$1" in case "$1" in
install|upgrade) install|upgrade)
if [ -x /sbin/ssh-proxy ]; then
/sbin/ssh-proxy rm -f /mnt/data/on_boot.sh /sbin/ssh-proxy rm -f /mnt/data/on_boot.sh
fi
true true
;; ;;

Binary file not shown.