Last active
November 28, 2025 08:40
-
-
Save trondhindenes/d46a000f4197320a748b905746e9cb04 to your computer and use it in GitHub Desktop.
rename that shit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| sed -i 's/config.td.dorumtech.no/rmm.tekdir.no/g' /etc/systemd/system/RMMClient.service | |
| systemctl daemon-reload | |
| rm /home/midgard/config.json | |
| rm /home/midgard/state.json | |
| service RMMClient restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment