fix perm
This commit is contained in:
parent
811a9f36ad
commit
f3935cb697
|
@ -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/$VERSION"
|
||||
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