diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-03 17:00:44 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-03 17:00:44 +0100 |
commit | 02238e00d76cd4b0a41ef7f7a062e7711b97cf69 (patch) | |
tree | da0cb34da236ad07bd694bb1255d72bb6876fd50 /src/fifa.sh | |
parent | f2f17eca7cd3cc0c9ba5318d2c485ebedb2a19bf (diff) |
return code of workers/phases was not correctly passed through. + log when starting
Diffstat (limited to 'src/fifa.sh')
-rwxr-xr-x | src/fifa.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fifa.sh b/src/fifa.sh index 4d3a5da..dd08408 100755 --- a/src/fifa.sh +++ b/src/fifa.sh @@ -114,7 +114,7 @@ execute () die_error "$1 $2 is not defined!" fi - return $? + return $ret } @@ -142,6 +142,7 @@ start_process () ###### perform actual logic ###### echo "Welcome to $TITLE" +log "################## START OF INSTALLATION ##################" [ -z "$1" ] && usage && exit 1 mount -o remount,rw / &>/dev/null |