]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Moved all code to update-all. Removed update-ALL.
authorOleg Broytman <phd@phdru.name>
Fri, 2 Jul 2010 12:34:43 +0000 (12:34 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 2 Jul 2010 12:34:43 +0000 (12:34 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@102 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

update-ALL [deleted file]
update-all

diff --git a/update-ALL b/update-ALL
deleted file mode 100755 (executable)
index 11acf11..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-./update-all && ssh iskra-aviel.phd.pp.ru sitecopy -u fatal.ru by.ru && \
-cd "$HOME" && rsync -avPz iskra-aviel.phd.pp.ru:.sitecopy . && \
-exec distribute .sitecopy
index 614d1a48fffd7481dc04c37bb100d69bf7c5f4f5..67c24cd5f581619e1b1e9330a3212dfc88e14929 100755 (executable)
@@ -1,6 +1,11 @@
 #! /bin/sh
 
 cd ../htdocs && \
+
 ssh phdppru@phd.pp.ru "cd public_html && exec mv .htaccess awstats cgi-bin ../tmp" && \
 distribute -r public_html/ -d phd.pp.ru/ && \
-exec ssh phdppru@phd.pp.ru "cd tmp && exec mv .htaccess awstats cgi-bin ../public_html"
+ssh phdppru@phd.pp.ru "cd tmp && exec mv .htaccess awstats cgi-bin ../public_html" && \
+
+ssh iskra-aviel.phd.pp.ru sitecopy -u fatal.ru by.ru && \
+cd "$HOME" && rsync -avPz iskra-aviel.phd.pp.ru:.sitecopy . && \
+exec distribute .sitecopy