Skip to content
Snippets Groups Projects
Unverified Commit a0e1b520 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Update ubuntu.sh

parent b933c1c1
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ MKEOF
tput setaf 3;
echo "Process: copy and apply nginx config;"
tput setaf 7;
sed -e 's/example.tld/$host/g' /home/misskey/misskey/docs/examples/misskey.nginx > /etc/nginx/conf.d/misskey.conf;
sed -e "s/example.tld/$host/g" /home/misskey/$misskey_directory/docs/examples/misskey.nginx > /etc/nginx/conf.d/misskey.conf;
nginx -t;
systemctl restart nginx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment