mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
fix linux script
Former-commit-id: dea65ba0b997d6f1f8831a1b3dff5dc9d7c4c176
This commit is contained in:
parent
0c18bee8fd
commit
a72a51bf3d
3 changed files with 15 additions and 15 deletions
|
|
@ -14,7 +14,7 @@ if [ -z $screenfind ]; then
|
|||
exit 1;
|
||||
fi
|
||||
|
||||
if [ $arch == "x86_64" ]
|
||||
if [ $arch = "x86_64" ]; then
|
||||
screen -Adm -S i2pd ./i2pd-x86_64 --datadir=.
|
||||
else
|
||||
screen -Adm -S i2pd ./i2pd-i386 --datadir=.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue