removed trailing and unneeded space and tabs

This commit is contained in:
fatalerrors
2021-10-14 16:17:43 +02:00
parent 5181b921f6
commit 4cfa6561d6
11 changed files with 30 additions and 30 deletions

View File

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