revert changes

This commit is contained in:
2021-03-14 20:42:52 -04:00
parent a7dee5f41e
commit aa80646099
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "duplicacy",
"version": "20210314.3",
"version": "20210314.4",
"slug": "duplicacy",
"description": "Duplicacy backup",
"arch": ["armhf", "armv7"],

View File

@@ -1,5 +1,5 @@
ARG BUILD_FROM
FROM $BUILD_FROM
FROM ${BUILD_FROM}
ENV LANG C.UTF-8

View File

@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bashio
#!/usr/bin/env bashio
set +u
CONFIG_PATH=/data/options.json