GRMLBASE scripts: run all fcopy commands in verbose mode.
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 31-motd
index 71cf1f8..b1ed247 100755 (executable)
@@ -9,7 +9,7 @@
 set -u
 set -e
 
-fcopy /etc/motd
+fcopy -v /etc/motd
 
 ## END OF FILE #################################################################
 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2