File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ for LINK in $UBUNTU/$UBUNTU $LINKS; do
38
38
if [ " ${SOURCE} " == " ${UBUNTU} " ]; then
39
39
40
40
echo " RewriteCond %{REQUEST_FILENAME} =${PWD} /${DEST} /pool/chromium_${V2} _amd64.deb" | tee -a " ${DEST} /pool/.htaccess"
41
- echo " RewriteRule ^ ${REMOTE} chromium_${V2} _amd64.deb [L,R=301 ]" | tee -a " ${DEST} /pool/.htaccess"
41
+ echo " RewriteRule ^ ${REMOTE} chromium_${V2} _amd64.deb [L,R=302 ]" | tee -a " ${DEST} /pool/.htaccess"
42
42
43
43
echo " RewriteCond %{REQUEST_FILENAME} =${PWD} /${DEST} /pool/chromium-dbg_${V2} _amd64.deb" | tee -a " ${DEST} /pool/.htaccess"
44
- echo " RewriteRule ^ ${REMOTE} chromium-dbg_${V2} _amd64.deb [L,R=301 ]" | tee -a " ${DEST} /pool/.htaccess"
44
+ echo " RewriteRule ^ ${REMOTE} chromium-dbg_${V2} _amd64.deb [L,R=302 ]" | tee -a " ${DEST} /pool/.htaccess"
45
45
46
46
fi
47
47
You can’t perform that action at this time.
0 commit comments