From a29fbfa8ce39be4f39dac4bfd9c5ea0876c9a62d Mon Sep 17 00:00:00 2001 From: castro-fidel Date: Sun, 27 Sep 2020 18:01:46 +0300 Subject: [PATCH] fix 2 sed from creat_shortcut --- data_from_portwine/scripts/create_shortcut | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data_from_portwine/scripts/create_shortcut b/data_from_portwine/scripts/create_shortcut index ed6f22db..3dbdc1b9 100755 --- a/data_from_portwine/scripts/create_shortcut +++ b/data_from_portwine/scripts/create_shortcut @@ -53,18 +53,6 @@ start_settings=`zenity --title "${ss_title}" --text "${ss_text}" --list --radio dxvk_ogl_var="0" fi ;; esac - - - - if [ ! -z $hud_settings ]; then - for hud_set in $hud_settings - do - echo "${hud_set}" >> "${config_path}/dxvk_on" - done - sed -i "s/|/,/g" "${config_path}/dxvk_on" - else - echo "0" > "${config_path}/dxvk_on" - fi ;; ######################################################################## cp -f "${PORTPROTON_IMG}" "${PORT_WINE_PATH}/data/img/${PORTPROTON_NAME}.png" name_desktop="${PORTPROTON_NAME}"