Scripts version 2264

This commit is contained in:
Mikhail Tergoev
2024-03-15 17:49:14 +03:00
parent e623b589e8
commit 2d6be9b1b0
12 changed files with 52 additions and 11 deletions

View File

@ -867,8 +867,7 @@ check_variables PW_LOG "0"
if [[ -z "${INSTALLING_PORT}" ]] ; then
if [[ -f "/tmp/portproton.lock" ]] ; then
print_warning "Found lock file: /tmp/portproton.lock"
yad_info "$loc_gui_portproton_lock"
exit 0
yad_question "$loc_gui_portproton_lock" || exit 0
fi
touch "/tmp/portproton.lock"
rm_lock_file () {