From 4a725b3e85e9a5684c74fe2161db567f33f469d5 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Fri, 13 May 2022 17:47:44 +0200 Subject: [PATCH] Fix typo --- ansible/tasks/common/docker.yml | 1 - scripts/start.sh | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ansible/tasks/common/docker.yml b/ansible/tasks/common/docker.yml index ff3bfc52..06fe92a0 100644 --- a/ansible/tasks/common/docker.yml +++ b/ansible/tasks/common/docker.yml @@ -40,7 +40,6 @@ - docker-ce-cli - containerd.io state: latest - when: ansible_os_family == "Debian" - name: Check if docker-compose is installed stat: diff --git a/scripts/start.sh b/scripts/start.sh index 4ed16b0f..4b27dfd4 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -63,11 +63,9 @@ PUID="$(id -u)" PGID="$(id -g)" TZ="$(cat /etc/timezone | sed 's/\//\\\//g' || echo "Europe/Berlin")" - - # Copy the app state if it isn't here if [[ ! -f "${STATE_FOLDER}/apps.json" ]]; then - cp "${ROOT_FOLDER}/templates/apps-sample.json" "${STATE_FOLDER}/apps.json" && chown -R "1000:1000" "${STATE_FOLDER}/users.json" + cp "${ROOT_FOLDER}/templates/apps-sample.json" "${STATE_FOLDER}/apps.json" && chown -R "1000:1000" "${STATE_FOLDER}/apps.json" fi # Copy the user state if it isn't here