Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mprj-web-desktop-modules
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
DMZ
mprj-web-desktop-modules
Commits
ed85ff67
Commit
ed85ff67
authored
Oct 19, 2018
by
web-desktop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore:config launcher
parent
981d3a65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
startLinux.sh
startLinux.sh
+2
-2
No files found.
startLinux.sh
View file @
ed85ff67
#!/bin/bash
#!/bin/bash
cd
app
cd
app
FILE
=
"
AppUpdateManager
.jar"
FILE
=
"
WebDesktop
.jar"
if
[
-f
"../
$FILE
"
]
;
if
[
-f
"../
$FILE
"
]
;
then
then
...
@@ -15,5 +15,5 @@ else
...
@@ -15,5 +15,5 @@ else
cp
$FILE
../
cp
$FILE
../
fi
fi
cd
..
cd
..
jre/bin/java
-jar
AppUpdateManager
.jar
jre/bin/java
-jar
WebDesktop
.jar
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