Skip to content

Commit 0cb524a

Browse files
fix path (#35)
1 parent 8e436db commit 0cb524a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/postStartCommand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
55

66
sudo cp .devcontainer/spark.conf /etc/supervisor/conf.d/
77

8-
sudo chown node /var/run/supervisor.sock
8+
sudo chown node /var/run/
99
sudo chown node /var/log/supervisor
1010

1111
supervisord

0 commit comments

Comments
 (0)