I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 37a71fd1 authored by zzz's avatar zzz
Browse files

Installer: Fix installation to path with spaces

parent 43ffc207
No related branches found
No related tags found
No related merge requests found
Pipeline #2241 passed
......@@ -13,7 +13,7 @@
# user's OS
if [ ! "X$1" = "X" ]; then
cd $1
cd "$1"
fi
chmod 755 ./i2prouter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment