Add meaningful error-message if no sysupgrade is needed
This commit is contained in:
parent
1575ccaf3f
commit
63e7cec2fa
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ function sysupgrade_main() {
|
|||
if ! check_local &> /dev/null; then
|
||||
echo "Sysupgrade true"
|
||||
else
|
||||
echo "Sysupgrade false"
|
||||
printc "r" "There is no never version of NOVOS available, thus sysupgrade has been cancelled"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue