Commit 564ed9aa authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2112

parent 3ba7742e
...@@ -3,6 +3,9 @@ You can help us in the development of the project on the website: boosty.to/port ...@@ -3,6 +3,9 @@ You can help us in the development of the project on the website: boosty.to/port
Changelog: Changelog:
###Scripts version 2111### ###Scripts version 2111###
* HOTFIX
###Scripts version 2111###
* optimized launch PortProton in Rosa Linux * optimized launch PortProton in Rosa Linux
###Scripts version 2110### ###Scripts version 2110###
......
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
История изменений: История изменений:
###Scripts version 2111### ###Scripts version 2111###
* HOTFIX
###Scripts version 2111###
* ускорен запуск PortProton в Rosa Linux * ускорен запуск PortProton в Rosa Linux
###Scripts version 2110### ###Scripts version 2110###
......
...@@ -63,7 +63,7 @@ try_remove_dir () { ...@@ -63,7 +63,7 @@ try_remove_dir () {
export -f try_remove_dir export -f try_remove_dir
try_force_link_file () { 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" elif [ -z "$2" ] ; then print_error "no way to link file $1"
else else
ln -sf "$1" "$2" ln -sf "$1" "$2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment