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:
parent
e9a4979eaf
commit
6b18158c99
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue