summaryrefslogtreecommitdiff
path: root/scripts/vyos/vyos-install-post.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vyos/vyos-install-post.sh')
-rw-r--r--scripts/vyos/vyos-install-post.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/vyos/vyos-install-post.sh b/scripts/vyos/vyos-install-post.sh
new file mode 100644
index 0000000..15b723e
--- /dev/null
+++ b/scripts/vyos/vyos-install-post.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -e
+set -x
+
+# removing temp scripts
+#rm -f /root/answers.expect
+rm -f /root/install-image.py
+
+#sleep 1000 \ No newline at end of file