Make config path bold

This commit is contained in:
Marius Lindvall 2019-09-17 11:11:32 +02:00
parent 9c472a88b7
commit a4e3255cb5

View file

@ -144,7 +144,7 @@ else
confpath="$webroot/include/config.php"
fi
echo "$confpath"
echo -e "\033[1m$confpath\033[0m"
# Try to get the user's editor
if [ "$EDITOR" ]; then