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
57c46a07
Commit
57c46a07
authored
Oct 19, 2018
by
web-desktop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore:config launcher
parent
7d05f95a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletions
+18
-1
start.sh
start.sh
+18
-1
No files found.
start.sh
View file @
57c46a07
#!/bin/bash
../jre/bin/java
-jar
mprj-web-desktop-jar-with-dependencies.jar
-nativesDir
../natives
FILE
=
"mprj-web-desktop-jar-with-dependencies.jar"
if
[
-f
"../
$FILE
"
]
;
then
file1_md5
=
$(
md5sum
"
${
FILE
}
"
)
file2_md5
=
$(
md5sum
"../
${
FILE
}
"
)
if
[
!
"
${
file1_md5
}
"
==
"
${
file2_md5
}
"
]
;
then
\c
p
$FILE
../
fi
else
echo
"File
$FILE
does not exist"
>
&2
cp
$FILE
../
fi
cd
..
jre/bin/java
-jar
mprj-web-desktop-jar-with-dependencies.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