tangled
alpha
login
or
join now
robinwobin.dev
/
ebil
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
feat: warn about missing `index.html` file
robinwobin.dev
1 month ago
b2bea425
de6f9771
+1
1 changed file
expand all
collapse all
unified
split
ebil.sh
+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
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}"