Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
le-parental-control
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
le6
le-parental-control
Commits
d88e84a8
There was a problem fetching the pipeline summary.
Commit
d88e84a8
authored
7 years ago
by
André Machado
Browse files
Options
Downloads
Patches
Plain Diff
SCRUM#419
: Fix enabling family-shield bug
parent
573e95cb
No related branches found
No related tags found
1 merge request
!2
SCRUM#419: Fix enabling family-shield bug
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/debian/changelog
+6
-0
6 additions, 0 deletions
package/debian/changelog
package/family-shield
+1
-1
1 addition, 1 deletion
package/family-shield
with
7 additions
and
1 deletion
package/debian/changelog
+
6
−
0
View file @
d88e84a8
le-parental-control (0.0.2) testing; urgency=medium
* Fix enabling family-shield bug
-- Andre Luis da Silva Machado <contato@c3sl.ufpr.br> Thu, 01 Mar 2018 11:20:02 -0200
le-parental-control (0.0.1) testing; urgency=medium
* Separate family-shield and le-conf
...
...
This diff is collapsed.
Click to expand it.
package/family-shield
+
1
−
1
View file @
d88e84a8
...
...
@@ -54,7 +54,7 @@ function enable_family() {
service network-manager restart
message
=
"Family Shield enabled"
elif
[[
$(
check_status
)
-eq
2
]]
;
then
# insert line
sed
"s/
$pivot_line
/
$pivot_line
\n
$domainsupersede
/"
$dhcp_file
sed
-i
"s/
$pivot_line
/
$pivot_line
\n
$domainsupersede
/"
$dhcp_file
service network-manager restart
message
=
"Family Shield enabled"
fi
...
...
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