Correction : return à la place de exit dans la fonction status de secondscreen

This commit is contained in:
Hippolyte Chauvin 2023-05-31 22:51:25 +02:00
parent e3dabd4476
commit 314c033d84

View file

@ -100,7 +100,7 @@ status() {
exit_status="$(("$exit_status" + 1))"
fi
exit "$exit_status"
return "$exit_status"
}
if [ -n "$1" ]; then