Update script
This commit is contained in:
parent
bdc30cc50b
commit
8a10617c0c
@ -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" ]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user