Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
PortWINE
Commits
092fa04b
Commit
092fa04b
authored
Jul 12, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'debug' of github.com:Htylol/PortWINE into Htylol-debug
parents
6f640f85
271a1bb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
functions_helper
data_from_portwine/scripts/functions_helper
+1
-0
start.sh
data_from_portwine/scripts/start.sh
+9
-0
No files found.
data_from_portwine/scripts/functions_helper
View file @
092fa04b
...
...
@@ -2,6 +2,7 @@
# Author: Castro-Fidel (linux-gaming.ru)
# shellcheck disable=SC2140,SC2034
########################################################################
$PW_DEBUG
print_error
()
{
printf
"
\E
[31m%s Error:
$@
%s
\e
[0m
\n
"
;
}
export
-f
print_error
...
...
data_from_portwine/scripts/start.sh
View file @
092fa04b
...
...
@@ -3,6 +3,7 @@
# Development assistants: Cefeiko; Dezert1r; Taz_mania; Anton_Famillianov; gavr; RidBowt; chal55rus; UserDiscord; Boria138; Vano; Akai; Htylol
# shellcheck disable=SC2140,SC2119,SC2206
########################################################################
$PW_DEBUG
echo
'
█░░ █ █▄░█ █░█ ▀▄▀ ▄▄ █▀▀ ▄▀█ █▀▄▀█ █ █▄░█ █▀▀ ░ █▀█ █░█
█▄▄ █ █░▀█ █▄█ █░█ ░░ █▄█ █▀█ █░▀░█ █ █░▀█ █▄█ ▄ █▀▄ █▄█
...
...
@@ -353,6 +354,9 @@ use: [--reinstall] [--autoinstall]
echo
"
--generate-pot generated pot file
"
echo
"
--debug debug scripts for PortProton
"
exit
0
;;
'--reinstall'
)
...
...
@@ -367,6 +371,11 @@ use: [--reinstall] [--autoinstall]
'--generate-pot'
)
generate_pot
exit
0
;;
'--debug'
)
export
PW_DEBUG
=
"set -x"
/usr/bin/env bash
-c
"
${
PORT_WINE_PATH
}
/data/scripts/start.sh"
exit
0
;;
esac
### GUI ###
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment