Prepare release
This commit is contained in:
parent
a3f6963ec2
commit
de422958e6
@ -1,14 +1,17 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#---------------------------------------------------
|
||||||
# Régis Houssin - regis@dolibarr.fr
|
# Régis Houssin - regis@dolibarr.fr
|
||||||
#
|
# Laurent Destailleur - eldy@users.sourceforge.net
|
||||||
# ---------------------------- globales
|
#---------------------------------------------------
|
||||||
# ---------------------------- base mysql
|
# WARNING: This script erase all database DATA
|
||||||
|
#---------------------------------------------------
|
||||||
|
|
||||||
DIALOG=${DIALOG=dialog}
|
DIALOG=${DIALOG=dialog}
|
||||||
|
DIALOG="$DIALOG --ascii-lines"
|
||||||
fichtemp=`tempfile 2>/dev/null` || fichtemp=/tmp/test$$
|
fichtemp=`tempfile 2>/dev/null` || fichtemp=/tmp/test$$
|
||||||
trap "rm -f $fichtemp" 0 1 2 5 15
|
trap "rm -f $fichtemp" 0 1 2 5 15
|
||||||
$DIALOG --title "Purge de Dolibarr" --clear \
|
$DIALOG --title "Purge de Dolibarr" --clear \
|
||||||
--inputbox "Nom de la base Mysql :" 16 51 2> $fichtemp
|
--inputbox "Nom de la base Mysql :" 16 51 dolibarrdemo 2> $fichtemp
|
||||||
valret=$?
|
valret=$?
|
||||||
case $valret in
|
case $valret in
|
||||||
0)
|
0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user