fix: format minio path
This commit is contained in:
parent
473e2354d1
commit
7927ce482c
@ -57,7 +57,7 @@ print "Cleaning up Minio\n";
|
|||||||
foreach my $line (@dirs_out)
|
foreach my $line (@dirs_out)
|
||||||
{
|
{
|
||||||
print "Checking if $line is in @commits_out\n\n";
|
print "Checking if $line is in @commits_out\n\n";
|
||||||
chop(line);
|
chop($line);
|
||||||
if ( ! grep( /^$line$/, @commits_out ) ) {
|
if ( ! grep( /^$line$/, @commits_out ) ) {
|
||||||
my $cmd = "rclone purge badhouseplants-minio:/badhouseplants-net/$line";
|
my $cmd = "rclone purge badhouseplants-minio:/badhouseplants-net/$line";
|
||||||
print "Removing ${line}\n\n";
|
print "Removing ${line}\n\n";
|
||||||
|
Reference in New Issue
Block a user