diff options
author | Charadon <charadon@charadon-gmpc.hsd1.ga.comcast.net> | 2022-07-14 03:34:08 -0400 |
---|---|---|
committer | Charadon <charadon@charadon-gmpc.hsd1.ga.comcast.net> | 2022-07-14 03:34:08 -0400 |
commit | 9b2db84ecd8e440ad051821cff772e16eee1fffe (patch) | |
tree | 6169978e7010508ea897d3da3506ad889cd71796 /post.sh | |
parent | bada5c05b7639adb110606de248760712b4d5255 (diff) | |
download | dscip-9b2db84ecd8e440ad051821cff772e16eee1fffe.tar.gz |
Finished up logging functionality
Diffstat (limited to 'post.sh')
-rwxr-xr-x | post.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/post.sh b/post.sh index d085dcb..1d048f9 100755 --- a/post.sh +++ b/post.sh @@ -1,3 +1,5 @@ #!/bin/sh # Execute commands after building. Like pushing to an FTP server. # + +exit 0 |