Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Silence touch in update-repos script
  • Loading branch information
Bernd Wachter committed Jun 13, 2013
1 parent 06e91a7 commit d33e96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssu-update-repos
@@ -1,7 +1,7 @@
#!/bin/sh

if [ -z "$MIC_RUN" ]; then
touch /usr/share/ssu/board-mappings.d/*.ini
touch /usr/share/ssu/board-mappings.d/*.ini 2>/dev/null
/usr/bin/ssu updaterepos
else
exit 1
Expand Down

0 comments on commit d33e96b

Please sign in to comment.