mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix perm
This commit is contained in:
parent
33527119bc
commit
78c5eb9a59
@ -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…
x
Reference in New Issue
Block a user