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