summaryrefslogtreecommitdiff
path: root/src/fifa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fifa.sh')
-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