Loading services/clean_capif_temporary_files.sh +7 −9 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ then help fi cd .. FILES=() echo "${FILES[@]}" Loading Loading @@ -65,9 +64,8 @@ echo "${FILES[@]}" for FILE in "${FILES[@]}"; do echo "Remove temporary files for $FILE" sudo rm -r $(git ls-files . --ignored --exclude-standard --others --directory | grep "$FILE") sudo rm -r $(git ls-files . --ignored --exclude-standard --others --directory | grep $FILE) status=$? echo $status if [ $status -eq 0 ]; then echo "*** Removed tmp files from $FILE ***" else Loading @@ -76,5 +74,5 @@ for FILE in "${FILES[@]}"; do done echo "Clean complete." echo "Remove tmp files complete." cd ./services No newline at end of file Loading
services/clean_capif_temporary_files.sh +7 −9 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ then help fi cd .. FILES=() echo "${FILES[@]}" Loading Loading @@ -65,9 +64,8 @@ echo "${FILES[@]}" for FILE in "${FILES[@]}"; do echo "Remove temporary files for $FILE" sudo rm -r $(git ls-files . --ignored --exclude-standard --others --directory | grep "$FILE") sudo rm -r $(git ls-files . --ignored --exclude-standard --others --directory | grep $FILE) status=$? echo $status if [ $status -eq 0 ]; then echo "*** Removed tmp files from $FILE ***" else Loading @@ -76,5 +74,5 @@ for FILE in "${FILES[@]}"; do done echo "Clean complete." echo "Remove tmp files complete." cd ./services No newline at end of file