removed trailing and unneeded space and tabs
This commit is contained in:
@@ -76,7 +76,7 @@ show_version()
|
||||
echo -e "${BWhite}init.sh${DEFAULTCOL} version ${BGreen}$VERSION${DEFAULTCOL}"
|
||||
echo ""
|
||||
echo "Modules disponibles :"
|
||||
|
||||
|
||||
local mod=
|
||||
for mod in $MYPATH/modules/*.sh; do
|
||||
# Ran in a subshell to not pollute environment
|
||||
@@ -91,7 +91,7 @@ show_version()
|
||||
)
|
||||
done
|
||||
unset mod
|
||||
|
||||
|
||||
if [[ $(id -u) -ne 0 ]]; then
|
||||
echo -e "\n${BYellow}Attention :$DEFAULTCOL Ce script requiert les droits d'administration pour fonctionner."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user