We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb3037 commit 373d638Copy full SHA for 373d638
brev/entrypoint.bash
@@ -66,7 +66,7 @@ if [ "$(id -u)" = "0" ]; then
66
67
# Ensure logs directory exists and is writable by the user
68
mkdir -p /accelerated-computing-hub/logs
69
- chown "${TARGET_USER}:$(id -gn ${TARGET_USER})" /accelerated-computing-hub/logs
+ chown -R "${TARGET_USER}:$(id -gn ${TARGET_USER})" /accelerated-computing-hub/logs
70
fi
71
72
# Dispatch to service-specific entrypoint
0 commit comments