Skip to content

Commit 1a67315

Browse files
committed
Permissions for /opt/m17. This is needed for Trixie
1 parent e609c2f commit 1a67315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cmd/m17-gateway/packaging/debian

cmd/m17-gateway/packaging/debian/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mkdir -p /opt/m17/m17-gateway
2121
# Set permissions
2222
# chown m17-gateway:m17-gateway /opt/m17 # should we do this one?
2323
chown -R m17-gateway:m17-gateway /opt/m17/m17-gateway
24-
chmod 755 /opt/m17/m17-gateway
24+
chmod 755 /opt/m17 /opt/m17/m17-gateway
2525

2626
# Make binary executable
2727
chmod +x /opt/m17/m17-gateway/m17-gateway

0 commit comments

Comments
 (0)