Skip to content

Commit

Permalink
simplex-servers-update: fix re-executing
Browse files Browse the repository at this point in the history
  • Loading branch information
shumvgolove committed Jan 31, 2025
1 parent 19e734f commit ff005f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main/simplex-servers-update
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ update_scripts() {
mv "$path_tmp_bin_update" "$path_bin_update"
printf "${GRN}Done!${NC}\n"
printf -- "- Re-executing Update script with latest updates...\n"
exec sh CHOOSE="$choose" "$path_bin_update"
exec env CHOOSE="$choose" "$path_bin_update"
fi
}

Expand Down

0 comments on commit ff005f3

Please sign in to comment.