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:
parent
4a0d74ce57
commit
16f071fce2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue