Adding some library functions that'll facilitate the creation of vsys scripts.
[vsys.git] / globals.ml
index 0afb155..3ea4a32 100644 (file)
@@ -2,6 +2,7 @@
 let backend = ref ""
 let debug = ref true
 let vsys_version = "0.5"
+let nochroot = ref false
 
 type result = Success | Failed