diff options
Diffstat (limited to 'update_latest.sh')
-rwxr-xr-x | update_latest.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update_latest.sh b/update_latest.sh index b2382aa6a..0144c7c44 100755 --- a/update_latest.sh +++ b/update_latest.sh @@ -11,4 +11,5 @@ fi cd "$(dirname $(readlink -f $0))" echo -n "$version" > latest_version -/bin/echo -e "RewriteEngine On\nRewriteRule ^(.*)$ /downloads/latest/$1 [L,R=302]" > latest/.htaccess +ln -sf downloads/latest downloads/$1 + |