1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00

Fix typo in restore

This commit is contained in:
mh4ckt3mh4ckt1c4s 2023-03-03 00:48:12 +01:00
parent 4a0d74ce57
commit 16f071fce2

View file

@ -89,7 +89,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
ynh_script_progression --message="Restoring various files..." --weight=1
ynh_restore_file --origin_path="/etc/uswgi/apps-available/$app.ini"
ynh_restore_file --origin_path="/etc/uwsgi/apps-available/$app.ini"
mkdir -p "/var/log/uwsgi/$app"
chown $app:$app "/var/log/uwsgi/$app"