From 365d690d7d32926b1fb4b1e4b7150dce70343f38 Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Tue, 1 Sep 2015 20:46:14 +0200 Subject: Fix filename --- .openshift/action_hooks/deploy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.openshift/action_hooks/deploy') diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index fb3136f32..51e0f6d94 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -83,7 +83,7 @@ echo "Files sym links created" # Copy .htconfig.php from the repo, rename it and place it in the data directory. # if it's there already, skip it. -if [ ! -f ${OPENSHIFT_DATA_DIR}config.php ]; +if [ ! -f ${OPENSHIFT_DATA_DIR}.htconfig.php ]; then @@ -136,4 +136,3 @@ ln -sf ${OPENSHIFT_DATA_DIR}.htaccess ${OPENSHIFT_REPO_DIR}.htaccess echo ".htaccess symlink created" #### - -- cgit v1.2.3