1 parent 1a2996e commit b951c80Copy full SHA for b951c80
1 file changed
docker/scripts/app-init.sh
@@ -2,6 +2,12 @@
2
3
WORKSPACEDIR="/workspace"
4
5
+# Handle Linux host mounting the workspace dir as root
6
+if [ ! -O "$WORKSPACEDIR/ietf" ]; then
7
+ sudo chown -R dev:dev $WORKSPACEDIR
8
+fi
9
+
10
+# Start rsyslog service
11
sudo service rsyslog start &>/dev/null
12
13
# Add /workspace as a safe git directory
0 commit comments