fix rsync
This commit is contained in:
parent
08afe16530
commit
eaeeb00fcc
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html
|
|||
sed -i 's/<webMaster>.*<\/webMaster>/<webMaster>jjanzen@jjanzen.ca (jjanzen)<\/webMaster>/g' ~/public_html/rss.xml
|
||||
sed -i 's/<author>.*<\/author>/<author>jjanzen@jjanzen.ca (jjanzen)<\/author>/g' ~/public_html/rss.xml
|
||||
|
||||
rsync -a -v --delete-after "$/HOME/public_html/" "$location"
|
||||
rsync -a -v --delete-after "$HOME/public_html/" "$location"
|
||||
chown -R apache:apache "$location"
|
||||
chmod -R 775 "$location"
|
||||
|
|
Loading…
Add table
Reference in a new issue