Merge branch 'master' of github.com:pisilinux/main

This commit is contained in:
Ertuğrul Erata
2016-06-29 00:44:38 +03:00
2 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@ logfile = "/var/log/docker.log"
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
try:
os.system ("usr/sbin/groupadd -g %d %s" % (OUR_ID, OUR_NAME))
os.system ("usr/sbin/usermod -aG %d %s" % (OUR_ID, OUR_NAME))
os.system("usermod -a -G docker %s" % os.getusername())
os.system("/bin/touch %s" % logfile)
os.system("/bin/chown root:docker %s" % logfile)
os.system("chmod 0644 %s" % logfile)
+2 -2
View File
@@ -56,7 +56,7 @@
<History>
<Update release="3">
<Date>2016-06-09</Date>
<Date>2016-06-28</Date>
<Version>1.10.3</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
@@ -77,4 +77,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>