updated README.md, added to do list, fixed separator length, version info swith to english
This commit is contained in:
@@ -78,7 +78,7 @@ show_version()
|
||||
{
|
||||
echo -e "${BWhite}init.sh${DEFAULTCOL} version ${BGreen}$VERSION${DEFAULTCOL}"
|
||||
echo ""
|
||||
echo "Modules disponibles :"
|
||||
echo "Available modules:"
|
||||
|
||||
local mod=
|
||||
for mod in $MYPATH/modules/*.sh; do
|
||||
@@ -96,7 +96,7 @@ show_version()
|
||||
unset mod
|
||||
|
||||
if [[ $(id -u) -ne 0 ]]; then
|
||||
echo -e "\n${BYellow}Attention :$DEFAULTCOL Ce script requiert les droits d'administration pour fonctionner."
|
||||
echo -e "\n${BYellow}Warning:$DEFAULTCOL That script requires superuser rights to work."
|
||||
fi
|
||||
}
|
||||
export -f show_version
|
||||
|
||||
Reference in New Issue
Block a user