Commit 50cb9248 authored by Yuanle Song's avatar Yuanle Song
Browse files

v0.6.1 bugfix: only reload nginx when site file doesn't exist

parent 7bccc16d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
(defproject python/lein-template "0.6.0"
(defproject python/lein-template "0.6.1"
  :description "lein template for a python project"
  :repositories [["snapshots"
                  {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots"
+1 −1
Original line number Diff line number Diff line
@@ -28,5 +28,5 @@ make bootstrap install
# 	echo "warning: not overwriting existing nginx site file $SITE_FILE"
# else
# 	install "$PREFIX/conf/http.site" "$SITE_FILE"
# fi
# 	service nginx reload
# fi