mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
fix typo
This commit is contained in:
parent
eb99bb0bd5
commit
c07739d17d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ ynh_system_user_create $app
|
||||||
# Copy Files
|
# Copy Files
|
||||||
sudo cp ../conf/uwsgi.ini $final_path/uwsgi.ini
|
sudo cp ../conf/uwsgi.ini $final_path/uwsgi.ini
|
||||||
ynh_replace_string "__NAME__" "$app" $final_path/uwsgi.ini
|
ynh_replace_string "__NAME__" "$app" $final_path/uwsgi.ini
|
||||||
ynh_replace_string "__FINALPATH__" "$finalpath" $final_path/uwsgi.ini
|
ynh_replace_string "__FINALPATH__" "$final_path" $final_path/uwsgi.ini
|
||||||
|
|
||||||
# Config service
|
# Config service
|
||||||
sudo mkdir -p /etc/uwsgi/apps-enabled/
|
sudo mkdir -p /etc/uwsgi/apps-enabled/
|
||||||
|
|
Loading…
Reference in a new issue