Skip to content

Commit c633636

Browse files
committed
fix: remove ownership and permission settings from MCP configuration script
1 parent d1bd7a6 commit c633636

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

template/v2/dirs/etc/sagemaker-ui/sagemaker_ui_post_startup.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,6 @@ if [ -f "$source_file" ]; then
269269
echo "Created new MCP configuration with default servers"
270270
fi
271271

272-
# Set proper ownership and permissions
273-
chown $NB_USER:$NB_GID "$target_file"
274-
chmod 644 "$target_file"
275272
echo "Successfully configured MCP for SageMaker"
276273
else
277274
echo "Warning: MCP configuration file not found at $source_file"

0 commit comments

Comments
 (0)