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

Update ubuntu.sh

parent 7893008a
No related branches found
No related tags found
No related merge requests found
......@@ -335,6 +335,7 @@ fi
#region work with misskey user
su $misskey_user << MKEOF
set -eu;
cd ~;
tput setaf 3;
......@@ -384,6 +385,7 @@ systemctl restart nginx;
#region work with misskey user
su $misskey_user << MKEOF;
set -eu;
cd ~;
NODE_ENV=production;
......
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