Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
red5-server-GL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amine Chbari
red5-server-GL
Commits
49b3df97
Unverified
Commit
49b3df97
authored
1 year ago
by
Arvind Das
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update red5.sh
parent
3ff4e67d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/src/main/server/red5.sh
+6
-1
6 additions, 1 deletion
server/src/main/server/red5.sh
with
6 additions
and
1 deletion
server/src/main/server/red5.sh
+
6
−
1
View file @
49b3df97
...
@@ -5,7 +5,12 @@ if [ -z "$RED5_HOME" ]; then
...
@@ -5,7 +5,12 @@ if [ -z "$RED5_HOME" ]; then
fi
fi
# Java 11
# Java 11
export
JAVA_HOME
=
/usr/lib/jvm/java-11-amazon-corretto
# Set JavaHome if it exists
if
[
-f
"
${
JAVA_HOME
}
/bin/java"
]
;
then
JAVA_HOME
=
${
JAVA_HOME
}
else
echo
"Please set JAVA_HOME in your current path. Preferably use JDK 11."
fi
P
=
":"
# The default classpath separator
P
=
":"
# The default classpath separator
OS
=
`
uname
`
OS
=
`
uname
`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment