diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-23 00:11:09 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-23 00:11:09 +0100 |
| commit | ffda3d5c8b89ab7725df7b41882c3bdb2328406b (patch) | |
| tree | 25954581072eb405f2b06b943e215092c84949c3 | |
| parent | e1f1a535b7397c6efe64ea70f513b7270cad98ee (diff) | |
| download | mastodon_ynh-ffda3d5c8b89ab7725df7b41882c3bdb2328406b.tar.gz mastodon_ynh-ffda3d5c8b89ab7725df7b41882c3bdb2328406b.tar.bz2 mastodon_ynh-ffda3d5c8b89ab7725df7b41882c3bdb2328406b.zip | |
siwth app-mastodon.src to app.src
| -rw-r--r-- | conf/app.src (renamed from conf/app-mastodon.src) | 0 | ||||
| -rw-r--r-- | scripts/upgrade | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/conf/app-mastodon.src b/conf/app.src index 9d7227b..9d7227b 100644 --- a/conf/app-mastodon.src +++ b/conf/app.src diff --git a/scripts/upgrade b/scripts/upgrade index a210372..d487286 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -101,7 +101,7 @@ ynh_print_info "Upgrading source files..." # Download Mastodon mv "$final_path/live" "$final_path/live_back" -ynh_setup_source "$final_path/live" "app-mastodon" +ynh_setup_source "$final_path/live" if [ -z $final_path/live_back/public/system ]; then rsync -a "$final_path/live_back/public/system" "$final_path/live_back/public/." fi |
