summaryrefslogtreecommitdiff
path: root/src/aif.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/aif.sh')
-rwxr-xr-xsrc/aif.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aif.sh b/src/aif.sh
index 492fbdc..32c1173 100755
--- a/src/aif.sh
+++ b/src/aif.sh
@@ -249,8 +249,6 @@ stop_installer ()
###### perform actual logic ######
echo "Welcome to $TITLE"
-log "################## START OF INSTALLATION ##################"
-[ -z "$1" ] && usage && exit 1
mount -o remount,rw / &>/dev/null
@@ -315,6 +313,8 @@ load_procedure "$module" "$procedure"
PACMAN=pacman
PACMAN_TARGET="pacman --root $var_TARGET_DIR --config /tmp/pacman.conf"
+log "################## START OF INSTALLATION ##################"
+
start_process
stop_installer