fix perm
This commit is contained in:
parent
43fe86d47b
commit
33527119bc
|
@ -7,5 +7,5 @@ BULLSEYEPACKAGES=`echo *.deb`
|
|||
for i in $BULLSEYEPACKAGES
|
||||
do
|
||||
echo "Sending $i"
|
||||
curl -u \$1:$2\ -H "Content-Type: multipart/form-data" --data-binary \"@/$i\" "https://apt.centreon.com/repository/22.04"
|
||||
curl -u \'$1':'$2'\ -H "Content-Type: multipart/form-data" --data-binary \"@/$i\" "https://apt.centreon.com/repository/22.04"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue