diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-02-23 20:19:37 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-02-23 20:43:27 -0500 |
| commit | 12192865c3ca0e1c2139afabab508e0087b14982 (patch) | |
| tree | 26ea5454dc976e87186e369685a1ac987bab2a61 /etc/local.d/vars_end.sh | |
| download | alpine-home-router-1.0.tar.gz alpine-home-router-1.0.tar.xz | |
Diffstat (limited to 'etc/local.d/vars_end.sh')
| -rwxr-xr-x | etc/local.d/vars_end.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/local.d/vars_end.sh b/etc/local.d/vars_end.sh new file mode 100755 index 0000000..d2c4c2c --- /dev/null +++ b/etc/local.d/vars_end.sh @@ -0,0 +1,3 @@ +set +x +echo "Ending script: $0" +printf '\033[0m\n' # Stop color output |
