diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-12-07 21:41:59 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-12-07 21:41:59 (GMT) |
commit | dfd71a19b63b0784bff6ac79ccdf368650ec72ad (patch) | |
tree | a5fd2272782b6b3311e078be1d56f17e78f958c0 /linhes/linhes-templates/mp_preflight | |
parent | 6991e62328389fbbfd9b4d62041ab55af02901c4 (diff) | |
download | linhes_pkgbuild-dfd71a19b63b0784bff6ac79ccdf368650ec72ad.zip linhes_pkgbuild-dfd71a19b63b0784bff6ac79ccdf368650ec72ad.tar.gz linhes_pkgbuild-dfd71a19b63b0784bff6ac79ccdf368650ec72ad.tar.bz2 |
linhes-templates: add permissions.sql
Diffstat (limited to 'linhes/linhes-templates/mp_preflight')
-rwxr-xr-x | linhes/linhes-templates/mp_preflight | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linhes/linhes-templates/mp_preflight b/linhes/linhes-templates/mp_preflight new file mode 100755 index 0000000..2017567 --- /dev/null +++ b/linhes/linhes-templates/mp_preflight @@ -0,0 +1,3 @@ +#!/usr/bin/bash +echo " Starting mp_preflight" +tar -czvf templates.tar.gz ./templates |