Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lois cen
Femas
Commits
29a80579
Commit
29a80579
authored
3 years ago
by
zilongTong
Browse files
Options
Download
Email Patches
Plain Diff
modify femas startup.sh
parent
2a791d4f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
femas-console/femas-admin-starter-1.0.0.RC.tar.gz
+0
-0
femas-console/femas-admin-starter-1.0.0.RC.tar.gz
femas-console/femas-admin/bin/shutdown.sh
+1
-1
femas-console/femas-admin/bin/shutdown.sh
femas-console/femas-admin/bin/startup.sh
+2
-1
femas-console/femas-admin/bin/startup.sh
femas-console/femas-admin/femas-admin.jar
+0
-0
femas-console/femas-admin/femas-admin.jar
with
3 additions
and
2 deletions
+3
-2
femas-console/femas-admin-starter-
0.3.0
.tar.gz
→
femas-console/femas-admin-starter-
1.0.0.RC
.tar.gz
+
0
-
0
View file @
29a80579
No preview for this file type
This diff is collapsed.
Click to expand it.
femas-console/femas-admin/bin/shutdown.sh
+
1
-
1
View file @
29a80579
...
...
@@ -11,4 +11,4 @@ echo "The femas-admin($pid) is running..."
kill
$pid
echo
"Send shutdown request to femas-admin(
$pid
) OK"
\ No newline at end of file
echo
"Send shutdown request to femas-admin(
$pid
) success..."
\ No newline at end of file
This diff is collapsed.
Click to expand it.
femas-console/femas-admin/bin/startup.sh
+
2
-
1
View file @
29a80579
...
...
@@ -2,7 +2,8 @@
set
-e
# femas-admin root dir
BASE_DIR
=
$(
dirname
$(
dirname
$(
realpath
"
$0
"
)))
#BASE_DIR=$(dirname $(dirname $(realpath "$0")))
BASE_DIR
=
`
cd
$(
dirname
$0
)
/..
;
pwd
`
[
-z
"
$HOME
"
]
&&
HOME
=
/root
# 判断参数类型
...
...
This diff is collapsed.
Click to expand it.
femas-console/femas-admin/femas-admin.jar
+
0
-
0
View file @
29a80579
No preview for this file type
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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