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

remove rm -rf

This commit is contained in:
yalh76 2019-06-26 07:00:51 +02:00
parent cbc9f6eabf
commit 86543fc1f0

View file

@ -173,7 +173,7 @@ then
rsync -a "$final_path/live_back/public/system" "$final_path/live/public/." rsync -a "$final_path/live_back/public/system" "$final_path/live/public/."
fi fi
rsync -a "$final_path/live_back/.env.production" "$final_path/live/." 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 # Clean files which are not needed anymore
ynh_secure_remove --file="$final_path/live/config/initializers/timeout.rb" ynh_secure_remove --file="$final_path/live/config/initializers/timeout.rb"