From 5a046b12006858ef8d5199dd34edcc4ba4a6f805 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Wed, 20 Aug 2014 21:07:24 +0200 Subject: [PATCH] labs: add osbash/shutdown.sh symlink The recent changeset that added an "osbash shutdown.sh" line to config/scripts.* was missing the symlink that makes the line work. This patch adds the necessary symbolic link to the repo. Change-Id: Ife4e1e2cbe2cca8c2eda34e5432c81db6284a24f --- labs/scripts/osbash/shutdown.sh | 1 + 1 file changed, 1 insertion(+) create mode 120000 labs/scripts/osbash/shutdown.sh diff --git a/labs/scripts/osbash/shutdown.sh b/labs/scripts/osbash/shutdown.sh new file mode 120000 index 00000000..02d2a8fd --- /dev/null +++ b/labs/scripts/osbash/shutdown.sh @@ -0,0 +1 @@ +../shutdown.sh \ No newline at end of file