[CORRECTION] - return exec run.sh
This commit is contained in:
parent
7f02231ec1
commit
f0ea152958
@ -1,4 +1,4 @@
|
|||||||
!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
## Ensure cramfs kernel module is not available (Automated)
|
## Ensure cramfs kernel module is not available (Automated)
|
||||||
|
|
||||||
|
|||||||
@ -4,5 +4,6 @@ function Check(){
|
|||||||
then
|
then
|
||||||
CheckRes=1
|
CheckRes=1
|
||||||
fi
|
fi
|
||||||
|
return $CheckRes
|
||||||
}
|
}
|
||||||
export -f Check
|
export -f Check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user