Browse Source

fix screen test #3

pull/9/head
R4SAS 7 years ago committed by GitHub
parent
commit
93b4584aa9
  1. 2
      linux/i2pd/i2pd

2
linux/i2pd/i2pd

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
arch=$(uname -m)
screenfind=$(which screen)
if [ -z $curlfind ]; then
if [ -z $screenfind ]; then
echo "Can't find 'screen' installed. That script needs it!";
exit 1;
fi

Loading…
Cancel
Save