Fix call to error function
This commit is contained in:
parent
386dfc194b
commit
4cdccda8cb
@ -808,7 +808,7 @@ if ! [ -d "$CONFIG_PATH" ];then
|
||||
warning "You need now to modify the config file ($CONFIG_PATH/mageia4arm.cfg) and relaunch the script"
|
||||
exit 2
|
||||
else
|
||||
error( "Error: Can't continue without config file, exiting" )
|
||||
error "Error: Can't continue without config file, exiting"
|
||||
exit 3
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user