Correction : return à la place de exit dans la fonction status de secondscreen
This commit is contained in:
parent
e3dabd4476
commit
314c033d84
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ status() {
|
||||||
exit_status="$(("$exit_status" + 1))"
|
exit_status="$(("$exit_status" + 1))"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit "$exit_status"
|
return "$exit_status"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
|
|
Loading…
Reference in a new issue