Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: output for podget --create-config
Submitted on January 23, 2022 at 11:22 PM

Error:
  Script:         podget
  At line:        1413
  Exit Status:    1

Context:
1410    while (( $# >= 1 )); do
1411            case ${1} in
1412            -c | --config               ) CONFIG_CORE=${2:-NONE}                            ; shift ; shift           ;;
1413 >>>             --create-config        ) CONFIG_CORE=${2:-NONE}; CMDL_CREATECONFIG=1       ; shift ; shift           ;;
1414            -C | --cleanup              ) CLEANUP_ONLY=1 ; CLEANUP=1                        ; shift                   ;;
1415            --cleanup_days              ) CMDL_CLEANUP_DAYS=${2:-NONE}                      ; shift ; shift           ;;
1416            --cleanup_simulate          ) CMDL_CLEANUP_SIMULATE=1 ; CLEANUP_ONLY=1 ; CLEANUP=1 ; shift                ;;

Closing session.