File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ remotelocation="github.com"
154
154
155
155
if [ " $( command -v jq 2> /dev/null) " ]; then
156
156
fn_print_fail_nl " jq is not installed"
157
- fn_script_log_fatal " jq is not installed"
157
+ fn_script_log_fail " jq is not installed"
158
158
core_exit.sh
159
159
fi
160
160
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ remotelocation="mojang.com"
169
169
170
170
if [ " $( command -v jq 2> /dev/null) " ]; then
171
171
fn_print_fail_nl " jq is not installed"
172
- fn_script_log_fatal " jq is not installed"
172
+ fn_script_log_fail " jq is not installed"
173
173
core_exit.sh
174
174
fi
175
175
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ remotelocation="minecraft.net"
177
177
178
178
if [ " $( command -v jq 2> /dev/null) " ]; then
179
179
fn_print_fail_nl " jq is not installed"
180
- fn_script_log_fatal " jq is not installed"
180
+ fn_script_log_fail " jq is not installed"
181
181
core_exit.sh
182
182
fi
183
183
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ remotelocation="linux.mtasa.com"
162
162
163
163
if [ " $( command -v jq 2> /dev/null) " ]; then
164
164
fn_print_fail_nl " jq is not installed"
165
- fn_script_log_fatal " jq is not installed"
165
+ fn_script_log_fail " jq is not installed"
166
166
core_exit.sh
167
167
fi
168
168
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ remotelocation="papermc.io"
179
179
180
180
if [ " $( command -v jq 2> /dev/null) " ]; then
181
181
fn_print_fail_nl " jq is not installed"
182
- fn_script_log_fatal " jq is not installed"
182
+ fn_script_log_fail " jq is not installed"
183
183
core_exit.sh
184
184
fi
185
185
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ remotelocation="teamspeak.com"
173
173
174
174
if [ " $( command -v jq 2> /dev/null) " ]; then
175
175
fn_print_fail_nl " jq is not installed"
176
- fn_script_log_fatal " jq is not installed"
176
+ fn_script_log_fail " jq is not installed"
177
177
core_exit.sh
178
178
fi
179
179
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ remotelocation="github.com"
155
155
156
156
if [ " $( command -v jq 2> /dev/null) " ]; then
157
157
fn_print_fail_nl " jq is not installed"
158
- fn_script_log_fatal " jq is not installed"
158
+ fn_script_log_fail " jq is not installed"
159
159
core_exit.sh
160
160
fi
161
161
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ remotelocation="vintagestory.at"
162
162
163
163
if [ " $( command -v jq 2> /dev/null) " ]; then
164
164
fn_print_fail_nl " jq is not installed"
165
- fn_script_log_fatal " jq is not installed"
165
+ fn_script_log_fail " jq is not installed"
166
166
core_exit.sh
167
167
fi
168
168
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ remotelocation="github.com"
162
162
163
163
if [ " $( command -v jq 2> /dev/null) " ]; then
164
164
fn_print_fail_nl " jq is not installed"
165
- fn_script_log_fatal " jq is not installed"
165
+ fn_script_log_fail " jq is not installed"
166
166
core_exit.sh
167
167
fi
168
168
You can’t perform that action at this time.
0 commit comments