Commit 0fe873e2 authored by Mikhail Tergoev's avatar Mikhail Tergoev

update return from setup.sh

parent 4cf95548
...@@ -142,7 +142,9 @@ check_variables PW_LOG "0" ...@@ -142,7 +142,9 @@ check_variables PW_LOG "0"
try_remove_file "${PORT_WINE_TMP_PATH}/update_pfx_log" try_remove_file "${PORT_WINE_TMP_PATH}/update_pfx_log"
[[ "${PW_SILENT_INSTALL}" == 1 ]] && return 0 if [[ "${PW_SILENT_INSTALL}" == 1 ]] ; then
return 0
fi
. "${USER_CONF}" . "${USER_CONF}"
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] \ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] \
......
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