diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/remove_entity.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/remove_entity.sh b/scripts/remove_entity.sh index 98056013..cf67e74b 100755 --- a/scripts/remove_entity.sh +++ b/scripts/remove_entity.sh @@ -71,4 +71,6 @@ if [ -r "$file" ]; then fi done git diff +else + error "File not found: $file" fi |