diff --git a/code/app.py b/code/app.py index c2afe93..695ab2c 100644 --- a/code/app.py +++ b/code/app.py @@ -45,7 +45,7 @@ logging.basicConfig( format=f"[%(asctime)s] [%(levelname)s] %(message)s", ) -__VERSION__ = "20240114.0" +__VERSION__ = "20240411.0" app = Flask(__name__) app.config.from_object(__name__) app.config.from_prefixed_env() diff --git a/code/templates/mfl b/code/templates/mfl index 4727cdc..5c9dec8 100755 --- a/code/templates/mfl +++ b/code/templates/mfl @@ -91,7 +91,7 @@ _write() { [[ -d "$FILE" ]] && { [[ "${NAME,,}" = *".tar" ]] || NAME="${NAME}".tar - tar c "$2" | _write_stdin "$NAME" + tar c "$FILE" | _write_stdin "$NAME" return $? }