diff options
-rw-r--r-- | rcc-recode.c | 2 | ||||
-rwxr-xr-x | release | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/rcc-recode.c b/rcc-recode.c index b4bb1ee..ef5b867 100644 --- a/rcc-recode.c +++ b/rcc-recode.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <stdio.h> @@ -49,4 +49,5 @@ cp -a * $RDIR/$rname rm -rf $rname scp $rname.tar.bz2 csa@dside.dyndns.org:/home/csa/public_html/files/rusxmms/ + ssh csa@dside.dyndns.org ln -sf $rname.tar.bz2 /home/csa/public_html/files/rusxmms/$NAME-latest.tar.bz2 ) |