Installer: Fix installation to path with spaces

ref: http://i2pforum.i2p/viewtopic.php?p=3399
This commit is contained in:
zzz
2025-03-01 08:48:13 -05:00
parent 43ffc20778
commit 37a71fd15f

View File

@@ -13,7 +13,7 @@
# user's OS
if [ ! "X$1" = "X" ]; then
cd $1
cd "$1"
fi
chmod 755 ./i2prouter