EdgeOS Fix Set Failed
Problem
After a script is run (in my case VRRP scripts) I am unable to change the config. This is due to the running config being owned by another user (i.e. root) instead of the "sg" group.
Quick Fix
sudo bash -c 'chgrp -R vyattacfg /opt/vyatta/config/active/'
Permanent Fix
Add this to the end of your scripts.
chgrp -R vyattacfg /opt/vyatta/config/active/