One more thing needs you help. After launching updates from the frontend following errors occur:
error: cannot open .git/FETCH_HEAD: Permission denied
error: cannot open .git/FETCH_HEAD: Permission denied
Traceback (most recent call last):
File "lib/wnf.py", line 501, in <module>
run()
File "lib/wnf.py", line 410, in run
patch_sync_build()
File "lib/wnf.py", line 82, in patch_sync_build
rebuild()
File "lib/wnf.py", line 64, in rebuild
bundlejs.bundle(False)
File "/opt/erpnext/lib/webnotes/utils/bundlejs.py", line 189, in bundle
bundle.make()
File "/opt/erpnext/lib/webnotes/utils/bundlejs.py", line 115, in make
self.concat(infiles, os.path.relpath(os.path.join(self.path, outfile), os.curdir))
File "/opt/erpnext/lib/webnotes/utils/bundlejs.py", line 81, in concat
with open(outfile, 'w') as f:
IOError: [Errno 13] Permission denied: u'public/js/report-legacy.min.js'
Building js and css files...