Skip to content

Commit 75cdfa2

Browse files
Attempt to fix permissions issues with s6 services
1 parent 351ce42 commit 75cdfa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/setup-cwa.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ make_dirs () {
1010

1111
# Change ownership & permissions as required
1212
change_script_permissions () {
13+
chown -R abc:abc /etc/s6-overlay
1314
chmod +x /etc/s6-overlay/s6-rc.d/cwa-auto-library/run
1415
chmod +x /etc/s6-overlay/s6-rc.d/cwa-auto-zipper/run
1516
chmod +x /etc/s6-overlay/s6-rc.d/cwa-ingest-service/run

0 commit comments

Comments
 (0)