make git repo usable for root user (#81)

This commit is contained in:
Masoko
2024-02-11 16:30:43 +02:00
committed by GitHub
parent 802a3abe2e
commit d3025234e0

View File

@@ -184,7 +184,7 @@ set_service(){
sudo systemctl start rpi-mqtt-monitor.service
sudo service rpi-mqtt-monitor status
print_green "+ Service is enabled and started"
git config --global --add safe.directory ${cwd}
}
main(){