This commit is contained in:
dami 2025-09-17 12:46:19 +08:00
parent c9dc118af6
commit 331e33ec70
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ rname=%s
plugin_path=%s
script_path=%s
''' % (mw_dir, name, getServerDir(), getPluginDir())
cmd += 'echo "python3 $script_path/check.sh"' + "\n"
cmd += 'echo "bash $script_path/check.sh"' + "\n"
cmd += 'cd $mw_dir && bash $script_path/check.sh' + "\n"
params = {

View File

@ -76,7 +76,7 @@ rname=%s
plugin_path=%s
script_path=%s
''' % (mw_dir, name, getServerDir(), getPluginDir())
cmd += 'echo "python3 $script_path/check.sh"' + "\n"
cmd += 'echo "bash $script_path/check.sh"' + "\n"
cmd += 'cd $mw_dir && bash $script_path/check.sh' + "\n"
params = {