teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

修正

2019/03/19 22:23

投稿

scsi
scsi

スコア2840

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 該当ユーザー名] --role admin
5
+ RAILS_ENV=production bundle exec bin/tootctl accounts modify 該当ユーザー名 --role admin
6
6
  ```
7
7
 
8
8
  ここでまとめられている方がいます

1

修正

2019/03/19 22:23

投稿

scsi
scsi

スコア2840

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