From a4e3255cb572ddea646a3a05bebf05b5dffb3829 Mon Sep 17 00:00:00 2001 From: Marius Lindvall Date: Tue, 17 Sep 2019 11:11:32 +0200 Subject: [PATCH] Make config path bold --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 039d2d8..0caf727 100755 --- a/install.sh +++ b/install.sh @@ -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