fix screen test #3

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

View File

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