Browse Source

copystation exit after

v1.2
Christian Rotzoll 6 years ago
parent
commit
aec49a842b
  1. 2
      home.admin/XXcopyStation.sh

2
home.admin/XXcopyStation.sh

@ -43,9 +43,11 @@ if [ "$1" != "-foreground" ]; then
# start copystation in sreen
echo "starting copystation screen session"
screen -S copystation -dm /home/admin/XXcopyStation.sh -foreground
exit 0
else
echo "changing into running copystation screen session"
screen -S copystation
exit 0
fi
fi

Loading…
Cancel
Save