|
From: Yoda-JM <yo...@us...> - 2009-12-05 13:12:41
|
Module: web Branch: master Commit: 02f714b61cf4c6880b707ffd6b348a5f7fd49a3a Author: Vincent Le Ligeour <yo...@us...> Date: Sat Dec 5 14:12:28 2009 +0100 Removed unsused RSH env --- deploy.sh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 0cef3e7..76d81dc 100644 --- a/deploy.sh +++ b/deploy.sh @@ -9,12 +9,10 @@ case $1 in tronic) GITPATH=~/performous-web SITEPATH=performous.org:/wwwhome/performous/ - RSH=sh ;; yoda) GITPATH=~/git/web SITEPATH=root@www:/pub/www/performous/ - RSH=ssh ;; *) echo "-!- \"$1\" is not a valid profile" |