From 3a9c5583bc9a56237a25c65550c3ccf09054578d Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 14 Sep 2020 18:02:11 +0100 Subject: [PATCH] updates --- script/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install b/script/install index 6b2be7a..62d44c2 100644 --- a/script/install +++ b/script/install @@ -24,7 +24,7 @@ path_komrade_default="`realpath ~/komrade`" read -p "[$path_komrade_default] " path_komrade if [ -z "$path_komrade" ] then - path_komrade=path_komrade_default + path_komrade=$path_komrade_default fi if [ ! -d "$path_komrade" ] then