Skip to content
Snippets Groups Projects
Commit 93a2263b authored by tamaina's avatar tamaina
Browse files

use host

parent 0f376127
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ git pull;
MKEOF
#endregion
systemctl stop misskey
systemctl stop "$host"
#region work with misskey user
su "$misskey_user" << MKEOF
......@@ -86,7 +86,7 @@ if [ $# == 1 ] && [ $1 == "-r" ]; then
apt full-upgrade -y;
reboot;
else
systemctl start misskey;
systemctl start "$host";
fi
#endregion
else
......
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