Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #341 from Mte90/patch-3
Browse files Browse the repository at this point in the history
fix for #339, #340
  • Loading branch information
bradp authored Mar 11, 2017
2 parents 575ffcc + 7ca649a commit 881c3f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vv
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ PHP"
echo "$hooked_extra_wp_vvv_init_no_wp"
echo "$hooked_post_vvv_init_no_wp"
} >> vvv-init.sh
chmod +x vvv-init.sh
fi

if [ "$no_wp_with_db" = "true" ]; then
Expand All @@ -1002,6 +1003,7 @@ PHP"
echo "fi"
echo "$hooked_post_vvv_init_no_wp"
} >> vvv-init.sh
chmod +x vvv-init.sh
fi
fi

Expand Down

0 comments on commit 881c3f6

Please sign in to comment.