diff --git a/scripts/restore b/scripts/restore index c87005c..214fd25 100644 --- a/scripts/restore +++ b/scripts/restore @@ -39,5 +39,5 @@ sudo cp -a ./nginx.conf "/etc/nginx/conf.d/${domain}.d/${app}.conf" sudo systemctl reload nginx.service sudo systemctl start "$app".service -# Add Haste to YunoHost's monitored services +# Add Scrumblr to YunoHost's monitored services sudo yunohost service add "$app" --log /var/log/"$app"/"$app".log