warning msg for no supported distro

This commit is contained in:
Francois B 2018-05-26 23:27:02 +02:00
parent 2597a9dd6b
commit 518a25912b

View file

@ -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
# #