I have a fresh build of ASL v3 and installed Skywarn Plus. SWP install creates a crontab entry under the asterisk user account. I would like to change this crontab entry but don’t know the asterisk user password. I’ve tried “password”, “asterisk”, “raspberry” all without success. Anyone know the password?
You cannot login as the asterisk user. Edit it as root.
1 Like
The following works too…
sudo crontab -u asterisk -e
1 Like
That’s what I was looking for… will give it a try.