summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-03 17:00:44 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-03 17:00:44 +0100
commit02238e00d76cd4b0a41ef7f7a062e7711b97cf69 (patch)
treeda0cb34da236ad07bd694bb1255d72bb6876fd50 /src
parentf2f17eca7cd3cc0c9ba5318d2c485ebedb2a19bf (diff)
return code of workers/phases was not correctly passed through. + log when starting
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fifa.sh3
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