You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running install.sh multiple times, adds a line to crontab each time. It is not idempotent
It should either check whether the line already exists, or delete the line before adding it
Running
install.shmultiple times, adds a line to crontab each time. It is not idempotentIt should either check whether the line already exists, or delete the line before adding it