Scripts version 2112

This commit is contained in:
castro-fidel 2022-05-31 15:11:57 +03:00
parent 3ba7742e7f
commit 564ed9aaf6
3 changed files with 7 additions and 1 deletions

@ -2,6 +2,9 @@ You can help us in the development of the project on the website: boosty.to/port
-----------------------------------------
Changelog:
###Scripts version 2111###
* HOTFIX
###Scripts version 2111###
* optimized launch PortProton in Rosa Linux

@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2111###
* HOTFIX
###Scripts version 2111###
* ускорен запуск PortProton в Rosa Linux

@ -63,7 +63,7 @@ try_remove_dir () {
export -f try_remove_dir
try_force_link_file () {
if [ ! -f "$1" ] ; return 1
if [ ! -f "$1" ] ; then return 1
elif [ -z "$2" ] ; then print_error "no way to link file $1"
else
ln -sf "$1" "$2"