mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 07:16:43 +02:00
copystation exit after
This commit is contained in:
@@ -43,9 +43,11 @@ if [ "$1" != "-foreground" ]; then
|
|||||||
# start copystation in sreen
|
# start copystation in sreen
|
||||||
echo "starting copystation screen session"
|
echo "starting copystation screen session"
|
||||||
screen -S copystation -dm /home/admin/XXcopyStation.sh -foreground
|
screen -S copystation -dm /home/admin/XXcopyStation.sh -foreground
|
||||||
|
exit 0
|
||||||
else
|
else
|
||||||
echo "changing into running copystation screen session"
|
echo "changing into running copystation screen session"
|
||||||
screen -S copystation
|
screen -S copystation
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user