We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b921f4 + 0500615 commit 3bb1f51Copy full SHA for 3bb1f51
.templates/mosquitto/docker-entrypoint.sh
@@ -5,9 +5,13 @@ set -e
5
user="$(id -u)"
6
if [ "$user" = '0' -a -d "/mosquitto" ]; then
7
8
- rsync -arp --ignore-existing /${IOTSTACK_DEFAULTS_DIR}/ "/mosquitto"
+ echo "[IOTstack] begin self-repair"
9
10
- chown -R mosquitto:mosquitto /mosquitto
+ rsync -arpv --ignore-existing /${IOTSTACK_DEFAULTS_DIR}/ "/mosquitto"
11
+
12
+ chown -Rc mosquitto:mosquitto /mosquitto
13
14
+ echo "[IOTstack] end self-repair"
15
16
fi
17
0 commit comments