mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2025-09-21 20:15:02 +02:00
LOC84,
This commit is contained in:

committed by
GitHub

parent
c69399d409
commit
7bb06552a6
@@ -80,7 +80,9 @@ def permissions(dst):
|
||||
group = g.replace(")", "").strip() # NOTE: replace with nothing!
|
||||
subprocess.call(["chown", "-R", sudo_username + ":" + group, dst], shell=False)
|
||||
except Exception as e:
|
||||
logger.error(e)
|
||||
logger.error(
|
||||
"Exception occured in LOC68: %s" % e
|
||||
)
|
||||
|
||||
# NOTE: Creating Log, Export and Config Directory:
|
||||
try:
|
||||
|
Reference in New Issue
Block a user