From 98e802801283e9aa9fbac5597db2748875206a6c Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Mon, 28 Oct 2024 23:45:47 +0800 Subject: [PATCH] double $$ --- filebrowser/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser/run.sh b/filebrowser/run.sh index 22535a8..5e70642 100644 --- a/filebrowser/run.sh +++ b/filebrowser/run.sh @@ -6,7 +6,7 @@ BOLD='\033[0;1m' if command -v filebrowser &> /dev/null; then printf "🥳 Filebrowser is already installed. Skipping installation.\n\n$" else - printf "${BOLD}Installing Filebrowser...\n\n" + printf "$${BOLD}Installing Filebrowser...\n\n" # Install Filebrowser if curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash; then