mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
parent
0f5fbbde6b
commit
05491a8e05
@ -21,7 +21,7 @@ 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)
|
||||||
/sbin/ssh-proxy rm /mnt/data/on_boot.sh
|
/sbin/ssh-proxy rm -f /mnt/data/on_boot.sh
|
||||||
true
|
true
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ set -e
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
install|upgrade)
|
install|upgrade)
|
||||||
/sbin/ssh-proxy rm /mnt/data/on_boot.sh
|
/sbin/ssh-proxy rm -f /mnt/data/on_boot.sh
|
||||||
true
|
true
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user