this repo has no description

feat: warn about missing `index.html` file

+1
+1
ebil.sh
··· 67 67 68 68 msg 'user:' "$name" 69 69 [[ -f "${path}/index.txt" ]] && msg 'custom curl message configured' "(${path}/index.txt)" 70 + [[ -f "${path}/index.html" ]] || warn 'index.html not found' "(${path}/index.html)" 70 71 71 72 msg 'pushing to' "$site" 'from' "$path" 72 73 rsync -rltzq --progress --delete --chmod=D755,F644 "${path}/" "${host}:/var/ebil.club/${name}/${site}"