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
confirm=$1;
dumpfile=$2;
base=$3;
port=$4;
admin=$5;
passwd=$6;
base=$2;
port=$3;
demologin=$4;
demopass=$5;
# ----------------------------- check params
if [ "x$confirm" != "xconfirm" ]