Skip to content

Commit

Permalink
remove wrong folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Nov 5, 2023
1 parent 65342ea commit e384554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/root/run/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ if [ "$APPEAR_DISABLE_CUSTOM_CSS_LINKING" = 'false' ]; then
echo "---------------"
echo "CUSTOM_CSS_LINKING ..."

mkdir -p $UUID:$GUID $NGINX_DOCUMENT_ROOT/storage/user/scss
mkdir -p $NGINX_DOCUMENT_ROOT/storage/user/scss
chown -R $UUID:$GUID $NGINX_DOCUMENT_ROOT/storage/user/scss

# Copy _user-override.scss and create symlink for it
Expand Down

0 comments on commit e384554

Please sign in to comment.