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
After restarting the container, first another entry in the file mycron is added which then gets added to the crontab
After a few restarts, this is spamming the dns update to the server
The text was updated successfully, but these errors were encountered:
Changes init.sh to overwrite mycron file everytime instead of adding entries to it.
This fixes accumulating duplicates in the crontab file and spamming of the dns updates to the server.
Fixes#15
Changes init.sh to overwrite mycron file everytime instead of adding entries to it.
This fixes accumulating duplicates in the crontab file and spamming of the dns updates to the server.
Fixes#15
After restarting the container, first another entry in the file mycron is added which then gets added to the crontab
After a few restarts, this is spamming the dns update to the server
The text was updated successfully, but these errors were encountered: