[CORRECTION] - return exec run.sh

This commit is contained in:
Guillaume ASTIER 2025-02-05 11:22:06 +01:00
parent 7f02231ec1
commit f0ea152958
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
!/bin/bash #!/bin/bash
## Ensure cramfs kernel module is not available (Automated) ## Ensure cramfs kernel module is not available (Automated)

View File

@ -4,5 +4,6 @@ function Check(){
then then
CheckRes=1 CheckRes=1
fi fi
return $CheckRes
} }
export -f Check export -f Check