From c1cd821d8a52379faed80c738040e1338fa0b4f1 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 27 Jun 2017 15:33:50 -0600 Subject: [PATCH] Changed group id to the wanted value. --- moveSeasoned.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moveSeasoned.py b/moveSeasoned.py index e59e12b..995f8dc 100755 --- a/moveSeasoned.py +++ b/moveSeasoned.py @@ -3,7 +3,7 @@ # @Author: KevinMidboe # @Date: 2017-04-12 23:27:51 # @Last Modified by: KevinMidboe -# @Last Modified time: 2017-06-27 15:29:47 +# @Last Modified time: 2017-06-27 15:33:12 import sys, sqlite3, json, os import logging @@ -46,7 +46,7 @@ class episode(object): def fix_ownership(path): # TODO find this from username from config uid = 1000 - gid = 105 + gid = 113 os.chown(path, uid, gid) def moveStray(strayId):