Update script

This commit is contained in:
Laurent Destailleur 2020-09-17 12:12:49 +02:00
parent bdc30cc50b
commit 8a10617c0c

View File

@ -28,11 +28,10 @@ fi
# ----------------------------- command line params # ----------------------------- command line params
confirm=$1; confirm=$1;
dumpfile=$2; base=$2;
base=$3; port=$3;
port=$4; demologin=$4;
admin=$5; demopass=$5;
passwd=$6;
# ----------------------------- check params # ----------------------------- check params
if [ "x$confirm" != "xconfirm" ] if [ "x$confirm" != "xconfirm" ]