diff options
-rwxr-xr-x | src/fifa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fifa.sh b/src/fifa.sh index e49f605..b065b09 100755 --- a/src/fifa.sh +++ b/src/fifa.sh @@ -16,7 +16,7 @@ If the procedurename starts with 'http://' it will be wget'ed. Otherwise it's a If the procedurename is prefixed with '<modulename>/' it will be loaded from user module <modulename>. See README\n Available procedures on the filesystem: `find /home/arch/fifa/core/procedures -type f`\n -`find /home/arch/fifa/user/*/procedures -type f`" +`find /home/arch/fifa/user/*/procedures -type f 2>/dev/null`" echo -e "$msg" } |