1
0
mirror of https://github.com/PurpleI2P/i2pdbrowser synced 2025-01-13 08:17:56 +00:00

fix screen test #3

This commit is contained in:
R4SAS 2017-03-23 12:33:41 +03:00 committed by GitHub
parent b39c452b7f
commit 93b4584aa9

View File

@ -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