Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dashohoxha committed Oct 11, 2014
1 parent c36a536 commit 0def874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/config/domain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ done
for file in $(ls /etc/apache2/sites-available/bcl*)
do
sed -i $file \
-e "/ServerName/ s/$old_bcl_domain/$old_domain/" \
-e "/ServerName/ s/$old_bcl_domain/$bcl_domain/" \
-e "/RedirectPermanent/ s/$old_bcl_domain/$bcl_domain/"
done
for file in $(ls /var/www/bcl*/sites/default/settings.php)
Expand Down

0 comments on commit 0def874

Please sign in to comment.