Changed group id to the wanted value.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# @Author: KevinMidboe
|
# @Author: KevinMidboe
|
||||||
# @Date: 2017-04-12 23:27:51
|
# @Date: 2017-04-12 23:27:51
|
||||||
# @Last Modified by: KevinMidboe
|
# @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 sys, sqlite3, json, os
|
||||||
import logging
|
import logging
|
||||||
@@ -46,7 +46,7 @@ class episode(object):
|
|||||||
def fix_ownership(path):
|
def fix_ownership(path):
|
||||||
# TODO find this from username from config
|
# TODO find this from username from config
|
||||||
uid = 1000
|
uid = 1000
|
||||||
gid = 105
|
gid = 113
|
||||||
os.chown(path, uid, gid)
|
os.chown(path, uid, gid)
|
||||||
|
|
||||||
def moveStray(strayId):
|
def moveStray(strayId):
|
||||||
|
|||||||
Reference in New Issue
Block a user