-#! /bin/sh
+#! /usr/bin/bash
#-----------------------------------------------------------------
#Shell script to add local information to configuration file
#-----------------------------------------------------------------
-#! /bin/sh
+#! /usr/bin/bash
#-------------------------------------------------------------
#$1 working directory
#procedure to create the clement data-base the first
;;
"POSTGRESQL" )
SQL="/usr/bin/psql -q"
- MSQL="/usr/bin/psql --default-character-set=utf8 -U $APPNAME -q $APPNAME"
+ MSQL="/usr/bin/psql -U $APPNAME -q $APPNAME"
/etc/rc.d/init.d/postgresql status
if [ $? != 0 ] ; then
echo "Postgresql serveur NOT found up and running (exiting!)"