1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00
This commit is contained in:
Jean-Baptiste Holcroft 2017-09-14 10:40:26 +02:00
parent eb99bb0bd5
commit c07739d17d

View file

@ -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/