Greetings
I have a cleanup script based on "pct listsnapshot" which stopped working a while ago.
While running manually, I found this output:
and then
Is it on purpose that the output starts with this weird single quote? for some reason it seems to break sed & awk. Is it possible to have a more "flat" ouput?
Thanks in advance
Regards
I have a cleanup script based on "pct listsnapshot" which stopped working a while ago.
While running manually, I found this output:
Code:
`-> daily_20181123 2018-11-23 04:30:07 no-description
`-> daily_20181124 2018-11-24 04:30:07 no-description
`-> daily_20181125 2018-11-25 04:30:07 no-description
`-> daily_20181126 2018-11-26 04:30:07 no-description
and then
Code:
Deep recursion on anonymous subroutine at /usr/share/perl5/PVE/GuestHelpers.pm line 165.
Is it on purpose that the output starts with this weird single quote? for some reason it seems to break sed & awk. Is it possible to have a more "flat" ouput?
Thanks in advance
Regards