Commit 0d4f06b0 authored by Yuanle Song's avatar Yuanle Song
Browse files

v1.3.1 after-install.sh: fix file mode

install default file mode is 755.
parent dbf89b44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
(defproject python/lein-template "1.3.0"
(defproject python/lein-template "1.3.1"
  :description "lein template for a python project"
  :repositories [["snapshots"
                  {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots"
+3 −3
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@ make bootstrap
# if you enable logrotate.conf, remember to choose a good rotate interval and
# set how many copies to keep.

# install "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}}
# install "$PREFIX/conf/web.upstart" /etc/init/{{name}}.conf
# install "$PREFIX/conf/web.service" /etc/systemd/system/{{name}}.service
# install -m 644 "$PREFIX/conf/logrotate.conf" /etc/logrotate.d/{{name}}
# install -m 644 "$PREFIX/conf/web.upstart" /etc/init/{{name}}.conf
# install -m 644 "$PREFIX/conf/web.service" /etc/systemd/system/{{name}}.service
# service {{name}} start || true

# SITE_FILE=/etc/nginx/conf.d/{{name}}.conf