Commit 2df3464
committed
fix: reorder reinstall script steps to prevent config setup being skipped
The 'openclaw plugins install' command on line 57 blocks, causing steps
5-7 (auth profile, allow list, apiKey setup) to never execute. This left
users with incomplete configuration.
Fix: Move config setup (steps 4-6) before the install (step 7), so the
plugin starts with correct configuration already in place.
Resolves issue where plugins.allow was empty and apiKey was missing.1 parent 3cf17cf commit 2df3464
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 55 | + | |
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
| |||
100 | 96 | | |
101 | 97 | | |
102 | 98 | | |
103 | | - | |
| 99 | + | |
104 | 100 | | |
105 | 101 | | |
106 | 102 | | |
| |||
133 | 129 | | |
134 | 130 | | |
135 | 131 | | |
136 | | - | |
| 132 | + | |
137 | 133 | | |
138 | 134 | | |
139 | 135 | | |
| |||
164 | 160 | | |
165 | 161 | | |
166 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments