warning msg for no supported distro
This commit is contained in:
parent
2597a9dd6b
commit
518a25912b
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ elif [[ $OS == *"Ubuntu 18.04 LTS"* ]]; then
|
||||||
source /opt/yggdrasil/menus_functions_ub1804.sh
|
source /opt/yggdrasil/menus_functions_ub1804.sh
|
||||||
source /opt/yggdrasil/tools_functions_ub1804.sh
|
source /opt/yggdrasil/tools_functions_ub1804.sh
|
||||||
else
|
else
|
||||||
return 1
|
printf "\n"
|
||||||
|
printf $BOLDROUGE"Distribution non supportée/testée"$NORMAL
|
||||||
|
printf "\n\n"
|
||||||
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue