]> git.ipfire.org Git - people/ms/network.git/blobdiff - functions
network: Enhanced the logging and did minor code cleanups.
[people/ms/network.git] / functions
index 5c5372d9f48619a4f9ac6a2c1591fbd120a73f81..fb0fbd6e54378175576bd53c6dcea608af3bf2de 100644 (file)
--- a/functions
+++ b/functions
@@ -6,3 +6,8 @@ done
 
 # Reading in network tool configuration
 network_config_read
+
+# Create run dir
+if ! [ -d "${RUN_DIR}" ]; then
+       mkdir ${RUN_DIR}
+fi