Former-commit-id: 47b5394e91a9517af223d81c9a522b5d5121349b
This commit is contained in:
r4sas 2017-03-14 15:03:30 +03:00
parent 72a5f3da0e
commit f3c8f91d20
10 changed files with 28 additions and 25 deletions

View file

@ -10,8 +10,8 @@ arch=$(uname -m)
screenfind=$(which screen)
if [ -z $curlfind ]; then
echo "Can't find 'screen' installed. That script needs it!";
exit 1;
echo "Can't find 'screen' installed. That script needs it!";
exit 1;
fi
if [ $arch == "x86_64" ]
@ -19,5 +19,3 @@ if [ $arch == "x86_64" ]
else
screen -Adm -S i2pd ./i2pd-i386 --datadir=.
fi