1
0

Fix call to error function

This commit is contained in:
Bruno Cornec 2019-10-20 19:52:20 +02:00
parent 386dfc194b
commit 4cdccda8cb

View File

@ -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" warning "You need now to modify the config file ($CONFIG_PATH/mageia4arm.cfg) and relaunch the script"
exit 2 exit 2
else else
error( "Error: Can't continue without config file, exiting" ) error "Error: Can't continue without config file, exiting"
exit 3 exit 3
fi fi
fi fi