Skip to content
Snippets Groups Projects
Commit 94f519f8 authored by Rafael S Castilho's avatar Rafael S Castilho
Browse files

Merge branch 'issue/578' into 'develop'

SCRUM#578: family shield disabled by default when installing in private mode

See merge request !18
parents 1eb44bf4 38815219
No related branches found
No related tags found
3 merge requests!25Develop to master,!24Develop to master,!18SCRUM#578: family shield disabled by default when installing in private mode
Pipeline #16836 failed
le-parental-control (0.0.10ubuntu1) unstable; urgency=medium
* Family shild is disable by default when installing in private mode
-- Stephanie Briere Americo <lesuporte@c3sl.ufpr.br> Wed, 25 Jul 2018 11:35:53 -0300
le-parental-control (0.0.10) unstable; urgency=medium
* Add more testing stages on CI (Closes: #463)
......
......@@ -19,14 +19,13 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.
set -e
case "$1" in
configure)
############## Family Shield ##############
#if install
if [ -z "$2" ]; then
#if install in school mode
if grep -q "Escola" /etc/default/version && [ -z "$2" ]; then
family-shield -e
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment