diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-18 04:22:38 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-18 04:22:38 +0100 |
| commit | f028b7f2afffd1fb60451a3d06ab861199268331 (patch) | |
| tree | 7a5ca060455b3866f1cd91398fd9e395c5c4dd29 /scripts/_common.sh | |
| parent | cc4c8e73e6e62e888ff1a8793276e3e04e93a8bd (diff) | |
| download | mastodon_ynh-f028b7f2afffd1fb60451a3d06ab861199268331.tar.gz mastodon_ynh-f028b7f2afffd1fb60451a3d06ab861199268331.tar.bz2 mastodon_ynh-f028b7f2afffd1fb60451a3d06ab861199268331.zip | |
Apply example_ynh
Diffstat (limited to 'scripts/_common.sh')
| -rw-r--r-- | scripts/_common.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh index 7def11e..4e04181 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,5 +1,23 @@ #!/bin/bash +#================================================= +# COMMON VARIABLES +#================================================= + +# dependencies used by the app +pkg_dependencies="deb1 deb2" + +#================================================= +# PERSONAL HELPERS +#================================================= + +#================================================= +# EXPERIMENTAL HELPERS +#================================================= + +#================================================= +# FUTURE OFFICIAL HELPERS +#================================================= # Execute a command as another user # usage: exec_as USER COMMAND [ARG ...] |
