Skip to content

Commit

Permalink
Update create_custom.sh
Browse files Browse the repository at this point in the history
Add missing folder
  • Loading branch information
nathan30 authored Jan 6, 2023
1 parent 34a1495 commit 3cc5972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install/create_custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ fi

mkdir -p /"$docserverDefaultPath"/"$customId"/{verifier,splitter}
mkdir -p /"$docserverDefaultPath"/"$customId"/verifier/{original_pdf,full,thumbs,positions_masks}
mkdir -p /"$docserverDefaultPath"/"$customId"/splitter/{original_pdf,batches,separated_pdf,error}
mkdir -p /"$docserverDefaultPath"/"$customId"/splitter/{original_pdf,batches,thumbs,error}
sudo chmod -R 775 /"$docserverDefaultPath"/"$customId"/
sudo chown -R "$user":www-data /"$docserverDefaultPath"/"$customId"/

Expand Down

0 comments on commit 3cc5972

Please sign in to comment.