Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aaPanel/BaoTa
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Jul 3, 2019
2 parents 44a27bb + ec2f101 commit 9993886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class/public.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,4 +1252,4 @@ def set_own(filename,user,group=None):
user = user_info.pw_uid
group = user_info.pw_gid
os.chown(filename,user,group)
return True
return True
2 changes: 1 addition & 1 deletion class/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,4 +748,4 @@ def UpdatePro(self,get):





0 comments on commit 9993886

Please sign in to comment.