diff options
| author | Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr> | 2018-04-06 19:58:23 +0200 |
|---|---|---|
| committer | Jean-Baptiste Holcroft <jean-baptiste@holcroft.fr> | 2018-04-06 19:58:23 +0200 |
| commit | cfce1f3c1942bb52150137169ddf6be8a5dc1686 (patch) | |
| tree | 7387c0c94664bce69106e9e51301e4124de5b4f3 /scripts/install | |
| parent | 1d7613889c5e0ef976e3ed63e4ad82516508f5a9 (diff) | |
| download | mastodon_ynh-cfce1f3c1942bb52150137169ddf6be8a5dc1686.tar.gz mastodon_ynh-cfce1f3c1942bb52150137169ddf6be8a5dc1686.tar.bz2 mastodon_ynh-cfce1f3c1942bb52150137169ddf6be8a5dc1686.zip | |
Rename .fonctions to _common.sh
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 3d5172f..a8f832c 100644 --- a/scripts/install +++ b/scripts/install @@ -3,7 +3,7 @@ # Exit on command errors and treat unset variables as an error set -eu -source .fonctions # Loads the generic functions usually used in the script +source _common.sh # Loads the generic functions usually used in the script source /usr/share/yunohost/helpers # Source app helpers CLEAN_SETUP () { |
