From: Jeremy Stanley Date: Mon, 20 Feb 2017 06:32:53 +0000 (+0000) Subject: Correct filesystem permissions on daemon module X-Git-Tag: 0.0.1~168 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=2e63544e800a2465ced646a7a044412a9ded0957;ds=sidebyside Correct filesystem permissions on daemon module When the executable script was moved to become an in-package module, its permissions were incorrectly left executable. Correct them to match the other modules in the package. --- diff --git a/mudpy/daemon.py b/mudpy/daemon.py old mode 100755 new mode 100644