mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Typo
This commit is contained in:
parent
821d032eb5
commit
907571b7ff
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ then
|
||||||
mv $nginx_conf_path /etc/nginx/conf.d/$new_domain.d/$app.conf
|
mv $nginx_conf_path /etc/nginx/conf.d/$new_domain.d/$app.conf
|
||||||
# Store file checksum for the new config file location
|
# Store file checksum for the new config file location
|
||||||
ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf"
|
ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf"
|
||||||
yunohost user update "${app}_notifs" --mail "${app}_notifs@${$new_domain}" --remove-mailalias "${app}@${old_domain}" --add-mailalias "${app}@${new_domain}"
|
yunohost user update "${app}_notifs" --mail "${app}_notifs@${new_domain}" --remove-mailalias "${app}@${old_domain}" --add-mailalias "${app}@${new_domain}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue