Commit 944e687c authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix update_cloned_vz.sh

parent 24477031
......@@ -31,7 +31,7 @@ rsync -av --progress --delete-after $FROM/etc/monitrc.d/ $TO/etc/monitrc.d/
rsync -av --progress --delete-after $FROM/etc/tcb/ $TO/etc/tcb/
rsync -av --progress --delete-after $FROM/etc/postfix/ $TO/etc/postfix/
for i in passwd shadow group monitrc ; do
for i in passwd shadow group monitrc httpd2/conf/mods-available/rpaf.conf ; do
rsync -av --progress --delete-after $FROM/etc/$i $TO/etc/$i
done
......
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