diff options
Diffstat (limited to 'mirror')
-rwxr-xr-x | mirror | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ add) if [ -z "$2" ]; then if ! grep -q "^$2" $fic then grep remirepo.net $fic | \ - sed -e "s|http://rpms.remirepo.net|$2|" >>$fic + sed -e "s|https://rpms.remirepo.net|$2|" >>$fic if grep $2 $fic then echo "Add in $fic" |