Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit 9f685c4b5bd8c987b5d82128963b8dc648943f61 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 13 20:48:55 2019 +0000
doc: open-mesh/Kernel_hacking_Debian_image
9f685c4b5bd8c987b5d82128963b8dc648943f61 open-mesh/Kernel_hacking_Debian_image.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/Kernel_hacking_Debian_image.textile b/open-mesh/Kernel_hacking_Debian_image.textile index 681c035..4febac8 100644 --- a/open-mesh/Kernel_hacking_Debian_image.textile +++ b/open-mesh/Kernel_hacking_Debian_image.textile @@ -300,7 +300,7 @@ The @SHARED_PATH@ in run.sh has to be changed to a valid path which is used to s cat > run.sh << "EOF" #! /bin/sh
-if [ "${LINKS_XTERM}" != "screen" ]; then +if [ -z "${STY}" ]; then echo "must be started inside a screen session" >&2 exit 1 fi