mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix find
This commit is contained in:
parent
8b15eba252
commit
c274b85bb3
@ -119,7 +119,7 @@ esac
|
||||
envsubst "$(env | sed -e 's/=.*//' -e 's/^/\$/g')" < $NGINX_CONFIG_DIR/$TEMPLATE_FILE > $NGINX_CONFIG_DIR/update-page.conf
|
||||
|
||||
# Clean tmp folder - remove yarn files
|
||||
find /tmp -name "yarn--*" -exec rm -r {}
|
||||
find /tmp -name "yarn--*" -exec rm -r {} \;
|
||||
|
||||
# Remove node_modules folders
|
||||
# we had problems with corrupted node_modules folder
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user