diff --git a/start.sh b/start.sh index 7820c935f2f4ee454c8a1fef9606f796cf0b2e6a..ef379422cba6991de4d3ac63256c1ff5c980f27e 100755 --- a/start.sh +++ b/start.sh @@ -193,13 +193,13 @@ function setupAhoy { echo "ahoyapi: v2" >.ahoy.yml echo "commands:" >>.ahoy.yml fi - if [[ ! -f .ahoy ]]; then - ln -s /etc/ahoy .ahoy + if [[ ! -f .ahoy.l3d ]]; then + ln -s /etc/ahoy .ahoy.l3d fi if [[ -f .gitignore ]]; then - EXISTING=$(cat .gitignore | grep "^/.ahoy/$") + EXISTING=$(cat .gitignore | grep "^/.ahoy.l3d$") if [[ -z ${EXISTING} ]]; then - echo "/.ahoy/" >>.gitignore + echo "/.ahoy.l3d" >>.gitignore fi fi EXISTING=$(cat .ahoy.yml | grep "^ changelog:")