2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
This commit is contained in:
quadrismegistus 2020-09-14 18:02:11 +01:00
parent c8039a7122
commit 3a9c5583bc

View File

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