It is possible that an update was run as the incorrect user, which might have caused ownership to be changed.
Should be able to fix via this command (tune it to your system requirements)
sudo chown -R $USER:$USER ~/frappe-bench/*
It is possible that an update was run as the incorrect user, which might have caused ownership to be changed.
Should be able to fix via this command (tune it to your system requirements)
sudo chown -R $USER:$USER ~/frappe-bench/*