diff options
Diffstat (limited to 'scripts/_bootstrap_post.sh')
| -rwxr-xr-x | scripts/_bootstrap_post.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/_bootstrap_post.sh b/scripts/_bootstrap_post.sh new file mode 100755 index 0000000..7123095 --- /dev/null +++ b/scripts/_bootstrap_post.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +. /vars.sh +. /_bootstrap_script.sh + +bootstrap_post_main |
