mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 12:53:01 +02:00
copystation fix starting screen session
This commit is contained in:
@@ -42,7 +42,7 @@ if [ "$1" != "-foreground" ]; then
|
|||||||
if [ ${#screenPID} -eq 0 ]; then
|
if [ ${#screenPID} -eq 0 ]; then
|
||||||
# start copystation in sreen
|
# start copystation in sreen
|
||||||
echo "starting copystation screen session"
|
echo "starting copystation screen session"
|
||||||
screen -S copystation -dr /home/admin/XXcopyStation.sh -foreground
|
screen -S copystation -dR /home/admin/XXcopyStation.sh -foreground
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "changing into running copystation screen session"
|
echo "changing into running copystation screen session"
|
||||||
|
Reference in New Issue
Block a user