Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tv_panel
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor 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
Hermod
tv_panel
Commits
004b5261
Commit
004b5261
authored
Feb 26, 2018
by
Aymeric Bernard
Browse files
Options
Downloads
Patches
Plain Diff
Fix: removed BOM + broken script (Djou you had one job...)
parent
f9481301
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
front/start.sh
+2
-2
2 additions, 2 deletions
front/start.sh
with
2 additions
and
2 deletions
front/start.sh
+
2
−
2
View file @
004b5261
#!/bin/bash
#!/bin/bash
if
chromium-browser
--version
2>/dev/null
;
then
if
chromium-browser
--version
2>/dev/null
;
then
chromium-browser
--kiosk
--disable-gpu
index.html
chromium-browser
--kiosk
--disable-gpu
http://localhost:1234
else
else
echo
"chromium-browser is not installed on this system."
echo
"chromium-browser is not installed on this system."
exit
1
exit
1
...
...
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