summaryrefslogtreecommitdiff
path: root/scripts/vyos/vyos-install-post.sh
blob: 15b723ecdc252769205b3e6030528207287edc89 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -e
set -x

# removing temp scripts
#rm -f /root/answers.expect
rm -f /root/install-image.py

#sleep 1000