1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Corrections of typos

This commit is contained in:
polytan02 2017-01-18 01:31:44 +00:00
parent e9a4979eaf
commit 6b18158c99

View file

@ -10,8 +10,8 @@ path=$(ynh_app_setting_get $app path)
domain=$(ynh_app_setting_get $app domain) domain=$(ynh_app_setting_get $app domain)
final_path=$(ynh_app_setting_get $app final_path) final_path=$(ynh_app_setting_get $app final_path)
final_logpath=$(ynh_app_setting_get $app final_logpath) final_logpath=$(ynh_app_setting_get $app final_logpath)
final_nginxconf=$(ynh_app_setting_get $app finalnginxconf) final_nginxconf=$(ynh_app_setting_get $app final_nginxconf)
final_phpconf=$(ynh_app_setting_get $app finalphpconf) final_phpconf=$(ynh_app_setting_get $app final_phpconf)
# Restore sources, data and permissions # Restore sources, data and permissions
sudo mkdir -p $final_path sudo mkdir -p $final_path
@ -20,7 +20,7 @@ sudo chown -R www-data: $final_path
# Restore logs, data & permissions # Restore logs, data & permissions
sudo mkdir -p $final_logpath sudo mkdir -p $final_logpath
sudo cp -a ./logs/* $logs/ sudo cp -a ./logs/* $final_logpath/
sudo chown -R www-data:www-data $final_logpath sudo chown -R www-data:www-data $final_logpath
# Restore NGINX configuration # Restore NGINX configuration