forked from I2P_Developers/i2p.i2p
Installer: Fix installation to path with spaces
ref: http://i2pforum.i2p/viewtopic.php?p=3399
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# user's OS
|
||||
|
||||
if [ ! "X$1" = "X" ]; then
|
||||
cd $1
|
||||
cd "$1"
|
||||
fi
|
||||
|
||||
chmod 755 ./i2prouter
|
||||
|
Reference in New Issue
Block a user