From 4b2572d23cad5265acccdd40c5c4551876bac07c Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 11 Feb 2017 20:09:58 +0100 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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