Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl committed Sep 27, 2012
1 parent f9529f7 commit f8a7fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/pre-install-as-root
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ UNIX_USER="$1"

if [ $DEFAULT_SERVER = true ]
then
FMS_DIRECTORY="/var/www/$HOST"
else
FMS_DIRECTORY="/var/www/fixmystreet"
else
FMS_DIRECTORY="/var/www/$HOST"
fi
FMS_REPOSITORY="$FMS_DIRECTORY/fixmystreet"

Expand Down

0 comments on commit f8a7fa3

Please sign in to comment.