Skip to content
Snippets Groups Projects
Commit 5f900700 authored by sveseli's avatar sveseli
Browse files

remove unneded code in deployment script

parent 1f8d17f9
No related branches found
No related tags found
No related merge requests found
...@@ -79,11 +79,6 @@ chmod 700 $DM_SSL_DIR ...@@ -79,11 +79,6 @@ chmod 700 $DM_SSL_DIR
echo "Stopping web service for $DM_DB_NAME" echo "Stopping web service for $DM_DB_NAME"
$DM_WEB_SERVICE_INIT_CMD stop $DM_DB_NAME $DM_WEB_SERVICE_INIT_CMD stop $DM_DB_NAME
if [ ! -f $DM_ETC_DIR/$DM_DB_NAME.db.passwd ]; then
echo "DB passsword file not found"
exit 1
fi
echo "Checking CA certificate" echo "Checking CA certificate"
if [ ! -f $DM_CA_CERT_FILE ]; then if [ ! -f $DM_CA_CERT_FILE ]; then
echo "Copying DM CA cert" echo "Copying DM CA cert"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment