From 15b77ef04ee8995e95d9ca927a9086cffa1f74ca Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 3 Aug 2017 00:28:56 +0200 Subject: [PATCH] Fix unzip prompt --- snips/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snips/run.sh b/snips/run.sh index 83e2437..bcf762e 100644 --- a/snips/run.sh +++ b/snips/run.sh @@ -53,7 +53,7 @@ ln -s "$SNIPS_CONFIG/" "/opt/snips/config" # check if a new assistant file exists if [ -f "/share/$ASSISTANT" ]; then echo "[Info] Install/Update snips assistant" - unzip -u "/share/$ASSISTANT" -d "$SNIPS_CONFIG" + unzip -o -u "/share/$ASSISTANT" -d "$SNIPS_CONFIG" fi /opt/snips/snips-entrypoint.sh --mqtt localhost:1883