[explorer/os_version] use 99.99 as fallback for unknown code names in */sid

This commit is contained in:
ander 2021-08-23 10:44:48 +03:00
parent 67f85546ec
commit e1e1348998
No known key found for this signature in database
GPG Key ID: 0A2971E562D618F3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ in
wheezy) echo 6.99 ;;
squeeze) echo 5.99 ;;
lenny) echo 4.99 ;;
*) exit 1
*) echo 99.99 ;;
esac
;;
*)