From e00a54b27f588c1108e6b446794fc7fefa680635 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Sun, 14 Mar 2021 20:51:13 -0400 Subject: [PATCH] trying some more --- duplicacy/config.json | 2 +- duplicacy/dockerfile | 2 +- duplicacy/run.sh | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/duplicacy/config.json b/duplicacy/config.json index 0ccdc88..744e813 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20210314.6", + "version": "20210314.7", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], diff --git a/duplicacy/dockerfile b/duplicacy/dockerfile index 739d8f5..b79a4a0 100644 --- a/duplicacy/dockerfile +++ b/duplicacy/dockerfile @@ -1,5 +1,5 @@ ARG BUILD_FROM -FROM ${BUILD_FROM} +FROM $BUILD_FROM ENV LANG C.UTF-8 diff --git a/duplicacy/run.sh b/duplicacy/run.sh index 4011810..f1fc121 100644 --- a/duplicacy/run.sh +++ b/duplicacy/run.sh @@ -1,5 +1,4 @@ -#!/usr/bin/env bashio -set +u +#!/usr/bin/with-contenv bashio CONFIG_PATH=/data/options.json SYSTEM_USER=/data/system_user.json