forked from CastroFidel/PortWINE
Global update of the port_on file
This commit is contained in:
@ -123,8 +123,8 @@ case $SET_LANG in
|
||||
echo "ENG" > "${PORT_WINE_PATH}/data/tmp/${portname}_loc" ;;
|
||||
esac
|
||||
if [ $? -eq 1 ];then echo "error" && exit 1; fi
|
||||
export config_path="${PORT_WINE_PATH}/data/tmp"
|
||||
read "update_loc" < "${config_path}/${portname}_loc"
|
||||
export PORT_WINE_TMP_PATH="${PORT_WINE_PATH}/data/tmp"
|
||||
read "update_loc" < "${PORT_WINE_TMP_PATH}/${portname}_loc"
|
||||
export update_loc=${update_loc}
|
||||
########################################################################
|
||||
cd "${PORT_WINE_PATH}"
|
||||
|
Reference in New Issue
Block a user