mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
web domain editing
This commit is contained in:
parent
2d12f47a73
commit
89197647fa
30 changed files with 979 additions and 79 deletions
|
@ -17,7 +17,7 @@ is_nginx_template_valid() {
|
|||
d="$WEBTPL/ngingx_vhost_$template.descr"
|
||||
s="$WEBTPL/ngingx_vhost_$template.stpl"
|
||||
if [ ! -e $t ] || [ ! -e $d ] || [ ! -e $s ]; then
|
||||
echo "Error: $template not found"
|
||||
echo "Error: nginx $template not found"
|
||||
log_event "$E_NOTEXIST" "$EVENT"
|
||||
exit $E_NOTEXIST
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue