3 lines
185 B
Bash
Executable file
3 lines
185 B
Bash
Executable file
echo "Running highstate `date`" > /root/scripts/highstate.log
|
|
/usr/bin/salt-call state.highstate >> /root/scripts/highstate.log
|
|
echo "Finished highstate" >> /root/scripts/highstate.log
|