Skip to content

Commit 05491a8

Browse files
committed
Fixing 1.0.5
Former-commit-id: b4b66b9
1 parent 0f5fbbd commit 05491a8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

on-boot-script/dpkg-build-files/debian/postrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -e
2121

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

on-boot-script/dpkg-build-files/debian/preinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -e
1616

1717
case "$1" in
1818
install|upgrade)
19-
/sbin/ssh-proxy rm /mnt/data/on_boot.sh
19+
/sbin/ssh-proxy rm -f /mnt/data/on_boot.sh
2020
true
2121
;;
2222

8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)