This is an automated email from the git hooks/post-receive script. rubund-guest pushed a commit to branch master in repository osm-tile-server.
commit 799043b9783668eb3e8814fe8a36a87ed78fd484 Author: Ruben Undheim <ruben.undh...@gmail.com> Date: Tue Nov 3 21:23:12 2015 +0100 Better comment for osm-tile-server-process if run with no permission --- scripts/osm-tile-server-process | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/osm-tile-server-process b/scripts/osm-tile-server-process index 2bfe9c4..b8598f8 100755 --- a/scripts/osm-tile-server-process +++ b/scripts/osm-tile-server-process @@ -2,7 +2,8 @@ no_permission(){ echo "You do not have permission to run this command." - echo "Add yourself to the 'osm-tile-server' group" + echo "Run as 'root' or add yourself to the group:" + echo " 'osm-tile-server'" } umask 002 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-tile-server.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel