aboutsummaryrefslogtreecommitdiff
path: root/scripts/_common.sh
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-03-18 04:22:38 +0100
committeryalh76 <yalh@yahoo.com>2019-03-18 04:22:38 +0100
commitf028b7f2afffd1fb60451a3d06ab861199268331 (patch)
tree7a5ca060455b3866f1cd91398fd9e395c5c4dd29 /scripts/_common.sh
parentcc4c8e73e6e62e888ff1a8793276e3e04e93a8bd (diff)
downloadmastodon_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.sh18
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 ...]