summaryrefslogtreecommitdiffstats
path: root/configuration/debian/tedge_agent
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2021-10-05 14:25:46 +0200
committerGitHub <noreply@github.com>2021-10-05 14:25:46 +0200
commitc81e64ad2b1c4d5a05f5bb6668ff0eff14b0920d (patch)
tree4f780423b72fc843b1567f4814329f83b4b4c1e5 /configuration/debian/tedge_agent
parente2174262c026fea35608a5539384a0e955a51046 (diff)
Update postinst of tedge-agent (#468)
Diffstat (limited to 'configuration/debian/tedge_agent')
-rw-r--r--configuration/debian/tedge_agent/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration/debian/tedge_agent/postinst b/configuration/debian/tedge_agent/postinst
index 399da983..b74c9262 100644
--- a/configuration/debian/tedge_agent/postinst
+++ b/configuration/debian/tedge_agent/postinst
@@ -23,7 +23,7 @@ fi
install -g tedge-agent -o tedge-agent -m 754 -d /etc/tedge/.agent
# create /var/log/tedge/agent directory
-install -g tedge-agent -o tedge-agent -m 754 -d /var/log/tedge/agent
+install -g tedge-agent -o tedge-agent -m 755 -d /var/log/tedge/agent
## Enable the sm services if the device is connected to c8y cloud
if [ -f "/etc/tedge/mosquitto-conf/c8y-bridge.conf" ]; then