Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
e15c01b7
Commit
e15c01b7
authored
9 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Handle quotes
parent
a6dee9f9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-controlpanel
+2
-2
2 additions, 2 deletions
src/freedombone-controlpanel
with
2 additions
and
2 deletions
src/freedombone-controlpanel
+
2
−
2
View file @
e15c01b7
...
...
@@ -709,7 +709,7 @@ function change_system_name {
}
function
set_tls_time_source
{
TLS_DATE_SOURCE
=
$(
cat
$UPDATE_DATE_SCRIPT
|
grep
'
TIMESOURCE='
|
awk
-F
'='
'{print $2}'
)
TLS_DATE_SOURCE
=
$(
cat
/usr/bin/updatedate
|
grep
"
TIMESOURCE='
"
|
awk
-F
'='
'{print
$2}'
|
awk
-F
"'"
'{print
$2}'
)
data
=
$(
tempfile 2>/dev/null
)
trap
"rm -f
$data
"
0 1 2 5 15
dialog
--title
$"Set the TLS date/time source"
\
...
...
@@ -720,7 +720,7 @@ function set_tls_time_source {
0
)
NEW_TLS_DATE_SOURCE
=
$(
<
$data
)
if
[[
$NEW_TLS_DATE_SOURCE
==
*
"."
*
&&
$NEW_TLS_DATE_SOURCE
!=
*
'/'
*
]]
;
then
if
[[
$NEW_TLS_DATE_SOURCE
!=
"http"
*
]]
;
then
sed
-i
"s|TIMESOURCE=.*|TIMESOURCE=
${
NEW_TLS_DATE_SOURCE
}
|g"
$UPDATE_DATE_SCRIPT
sed
-i
"s|TIMESOURCE=
'
.*|TIMESOURCE=
'
${
NEW_TLS_DATE_SOURCE
}
'
|g"
$UPDATE_DATE_SCRIPT
else
dialog
--title
$"Invalid domain name"
\
--msgbox
$"Don't include the 'https'"
6 70
...
...
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