summarylogtreecommitdiffstats
path: root/random_machine_id.sh
blob: 6ca66bf6e8871094b5c84087b61e796d7cebdc57 (plain)
1
2
3
4
5
#!/bin/sh    
 if [ -f /etc/machine-id  ]; then        
   rm /etc/machine-id && \    
   systemd-machine-id-setup    
 fi