Browse Source

add -no-remote to linux bundle

Former-commit-id: 257b121273
master
R4SAS 8 years ago
parent
commit
edb0ca0f96
  1. 2
      linux/i2pdbrowserportable.sh

2
linux/i2pdbrowserportable.sh

@ -50,7 +50,7 @@ echo 'if [ "$dir" = "$0" ]; then' >> "${application}-portable" @@ -50,7 +50,7 @@ echo 'if [ "$dir" = "$0" ]; then' >> "${application}-portable"
echo ' dir="."' >> "${application}-portable"
echo 'fi' >> "${application}-portable"
echo 'cd "$dir/app"' >> "${application}-portable"
echo './firefox -profile ../data' >> "${application}-portable"
echo './firefox -profile ../data -no-remote' >> "${application}-portable"
chmod +x "$application-portable"
echo ... finished

Loading…
Cancel
Save