Commit 00a74f59 authored by Mikhail Tergoev's avatar Mikhail Tergoev

removed extra quotes from user.conf

parent 6b906499
...@@ -1448,10 +1448,10 @@ check_user_conf () { ...@@ -1448,10 +1448,10 @@ check_user_conf () {
if [[ ! -f "${USER_CONF}" ]] ; then if [[ ! -f "${USER_CONF}" ]] ; then
cat << EOF > "${USER_CONF}" cat << EOF > "${USER_CONF}"
#!/usr/bin/env bash" #!/usr/bin/env bash
# User overides db and var settings..." # User overides db and var settings...
# export DXVK_HUD=full" # export DXVK_HUD=full
# export GALLIUM_HUD=fps" # export GALLIUM_HUD=fps
EOF EOF
else else
sed -i \ sed -i \
......
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