mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 22:25:27 +00:00
pre-1.3.1: run ff without terminal on linux
Signed-off-by: r4sas <r4sas@i2pmail.org> Former-commit-id: 293d3da2788d3053994179cda22ee411cfe24d5b
This commit is contained in:
parent
e5f24ca9d4
commit
186c28c4a2
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ echo 'if [ "$dir" = "$0" ]; then' >> "../${application}-portable"
|
||||||
echo ' dir="."' >> "../${application}-portable"
|
echo ' dir="."' >> "../${application}-portable"
|
||||||
echo 'fi' >> "../${application}-portable"
|
echo 'fi' >> "../${application}-portable"
|
||||||
echo 'cd "$dir/app"' >> "../${application}-portable"
|
echo 'cd "$dir/app"' >> "../${application}-portable"
|
||||||
echo './firefox -profile ../data -no-remote' >> "../${application}-portable"
|
echo './firefox -profile ../data -no-remote &' >> "../${application}-portable"
|
||||||
|
|
||||||
chmod +x "../$application-portable"
|
chmod +x "../$application-portable"
|
||||||
echo ... finished
|
echo ... finished
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue