mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
fix screen test #3
Former-commit-id: 93b4584aa90b33bccb2e3779cdb1cf3e0f8329d1
This commit is contained in:
parent
b6d2d3dccf
commit
fc96232b90
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue