Redirect error stream to /dev/null.
This commit is contained in:
parent
72d215e246
commit
77fe8f0f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ echo "Moving files from values-id to values-in..."
|
|||
find . -type d -name 'values-id' -execdir mv {}/translations.xml {}/../values-in/translations.xml \;
|
||||
|
||||
echo "Deleting all the folders values-id..."
|
||||
find . -type d -name 'values-id' -exec rm -rf {} \;
|
||||
find . -type d -name 'values-id' -exec rm -rf {} 2> /dev/null \;
|
||||
set -e
|
||||
|
||||
echo "Removing the generated config"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue