File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- SCRIPT_VERSION=" 3.0.0 "
3+ SCRIPT_VERSION=" 3.0.1 "
44UPDATE_AVAILABLE=false
55DIR_REMNAWAVE=" /usr/local/remnawave_reverse/"
66LANG_FILE=" ${DIR_REMNAWAVE} selected_language"
@@ -2128,7 +2128,7 @@ load_module() {
21282128 local module_name=" $1 "
21292129 local module_type=" ${2:- modules} "
21302130 local module_file=" ${DIR_REMNAWAVE}${module_type} /${module_name} .sh"
2131- local module_url=" https://raw.githubusercontent.com/eGamesAPI/remnawave-reverse-proxy/refs/heads/dev /src/${module_type} /${module_name} .sh"
2131+ local module_url=" https://raw.githubusercontent.com/eGamesAPI/remnawave-reverse-proxy/refs/heads/main /src/${module_type} /${module_name} .sh"
21322132 local force_update=" ${3:- false} "
21332133
21342134 if [ " $force_update " = " true" ] || [ ! -f " $module_file " ]; then
You can’t perform that action at this time.
0 commit comments