]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/templates/rc.local.erb
more quoting
[dsa-puppet.git] / modules / debian-org / templates / rc.local.erb
index b6016e7e60eec7be5e2e12f03f6488314c0864c6..27d6ae72d70d880756530e6a06bdf276f6b612ff 100755 (executable)
@@ -13,7 +13,7 @@ fi
 
 touch /var/run/reboot-lock
 <%- if hostname == "zani" then -%>
-  if [ -n "$(awk '$4 == "dasdb1" && $3 == "249999" {print}' /proc/partitions)" ]; then
+  if [ -n "$(awk '$4 == \"dasdb1\" && $3 == \"249999\" {print}' /proc/partitions)" ]; then
     mkswap /dev/dasdb1 && swapon /dev/dasdb1
   fi
 <%- end -%>