We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e609c2f commit 1a67315Copy full SHA for 1a67315
1 file changed
cmd/m17-gateway/packaging/debian/postinst
@@ -21,7 +21,7 @@ mkdir -p /opt/m17/m17-gateway
21
# Set permissions
22
# chown m17-gateway:m17-gateway /opt/m17 # should we do this one?
23
chown -R m17-gateway:m17-gateway /opt/m17/m17-gateway
24
-chmod 755 /opt/m17/m17-gateway
+chmod 755 /opt/m17 /opt/m17/m17-gateway
25
26
# Make binary executable
27
chmod +x /opt/m17/m17-gateway/m17-gateway
0 commit comments