mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
replace delete command by find
This commit is contained in:
parent
c96ed73996
commit
8b15eba252
@ -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
|
||||
rm -R /tmp/yarn--*
|
||||
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