bin/update
changeset 64 620f4594a09d
parent 63 a88766722d18
child 66 482d06935d96
--- a/bin/update	Wed Mar 21 17:11:00 2012 +0200
+++ b/bin/update	Wed Mar 21 17:16:26 2012 +0200
@@ -190,11 +190,11 @@
 
 # Update $DHCP files from $DATA/dhcp
 function run_dhcp {
-    log "Linking DHCP configs..."
+    log "Copying DHCP configs..."
         for conf in "${DHCP_CONFS[@]}"; do
             #                   conf               base
             check_dhcp_conf     $conf
-            link_dhcp_conf      $conf
+            copy_dhcp_conf      $conf
         done
 
     log "Testing dhcp..."