1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

siwth app-mastodon.src to app.src

This commit is contained in:
yalh76 2019-03-23 00:11:09 +01:00
parent e1f1a535b7
commit ffda3d5c8b
2 changed files with 1 additions and 1 deletions

View file

@ -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