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

Merge pull request #164 from YunoHost-Apps/testing

Testing
This commit is contained in:
yalh76 2019-06-28 08:14:06 +02:00 committed by GitHub
commit 1e7c4fa7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,11 +169,11 @@ then
# Download Mastodon
mv "$final_path/live" "$final_path/live_back"
ynh_setup_source --dest_dir="$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/."
if [ -d "$final_path/live_back/public/system" ]; then
rsync -a "$final_path/live_back/public/system" "$final_path/live/public/."
fi
rsync -a "$final_path/live_back/.env.production" "$final_path/live/."
rm -Rf "$final_path/live_back"
ynh_secure_remove --file="$final_path/live_back/"
# Clean files which are not needed anymore
ynh_secure_remove --file="$final_path/live/config/initializers/timeout.rb"