4 lines
70 B
Bash
4 lines
70 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "$(date) I am now master" >> /var/log/_keepalived.log
|