fixed an error in the sed commands

This commit is contained in:
Hendrik Boll 2019-05-12 15:23:45 +02:00
parent b501897b6e
commit d9bc25ec7b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ fi
#Xaseco Files #Xaseco Files
sed -i -e "s/--\$MASTERADMIN_LOGIN--/$MASTERADMIN_LOGIN/" \ sed -i -e "s/--\$MASTERADMIN_LOGIN--/$MASTERADMIN_LOGIN/" \
-e "/--\$SERVER_SA_PASSWORD--/$SERVER_SA_PASSWORD/" \ -e "s/--\$SERVER_SA_PASSWORD--/$SERVER_SA_PASSWORD/" \
/opt/xaseco/config.xml /opt/xaseco/config.xml
sed -i -e "s/--\$DB_HOST--/$DB_HOST/" \ sed -i -e "s/--\$DB_HOST--/$DB_HOST/" \
-e "s/--\$DB_LOGIN--/$DB_LOGIN/" \ -e "s/--\$DB_LOGIN--/$DB_LOGIN/" \