Skip to content

Commit

Permalink
Fixing 1.0.5
Browse files Browse the repository at this point in the history
Former-commit-id: b4b66b9
  • Loading branch information
boostchicken committed May 26, 2021
1 parent 0f5fbbd commit 05491a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion on-boot-script/dpkg-build-files/debian/postrm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -e

case "$1" in
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
/sbin/ssh-proxy rm /mnt/data/on_boot.sh
/sbin/ssh-proxy rm -f /mnt/data/on_boot.sh
true
;;

Expand Down
2 changes: 1 addition & 1 deletion on-boot-script/dpkg-build-files/debian/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set -e

case "$1" in
install|upgrade)
/sbin/ssh-proxy rm /mnt/data/on_boot.sh
/sbin/ssh-proxy rm -f /mnt/data/on_boot.sh
true
;;

Expand Down
Binary file modified on-boot-script/packages/udm-boot_1.0.5_all.deb
Binary file not shown.

0 comments on commit 05491a8

Please sign in to comment.