回答編集履歴
2
修正
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
```
|
3
3
|
su - mastodon
|
4
4
|
cd live
|
5
|
-
RAILS_ENV=production bundle exec bin/tootctl accounts modify 該当ユーザー名
|
5
|
+
RAILS_ENV=production bundle exec bin/tootctl accounts modify 該当ユーザー名 --role admin
|
6
6
|
```
|
7
7
|
|
8
8
|
ここでまとめられている方がいます
|
1
修正
answer
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
下記コマンドでできそうです。
|
2
2
|
```
|
3
|
+
su - mastodon
|
4
|
+
cd live
|
3
5
|
RAILS_ENV=production bundle exec bin/tootctl accounts modify 該当ユーザー名] --role admin
|
4
6
|
```
|
5
7
|
|