Commit 2f4fc594 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_cloned_vz.sh: add check

parent 6d074020
......@@ -24,6 +24,8 @@ ROOTSYS=/var/lib/vz/private
FROM=$ROOTSYS/$FROMCONT
TO=$ROOTSYS/$TOCONT
test -d "$TO" || return
fix_phpconf $TO
rsync -av --progress --delete-after $FROM/etc/httpd2/conf/ $TO/etc/httpd2/conf/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment