unexpected end of file

This commit is contained in:
arevindh 2020-05-11 22:52:37 +05:30
parent 0ac50db442
commit f13d496179

View file

@ -478,6 +478,7 @@ SetCronTab()
printf '%s\n' "$newtab" >>crontab.tmp printf '%s\n' "$newtab" >>crontab.tmp
crontab crontab.tmp && rm -f crontab.tmp crontab crontab.tmp && rm -f crontab.tmp
fi fi
}
CheckUrl(){ CheckUrl(){
local regex local regex
# Check for characters NOT allowed in URLs # Check for characters NOT allowed in URLs