Commit d257fac3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play sputnik-browser: disable service

parent f82cf6f1
......@@ -59,6 +59,9 @@ ERR=$?
if [ "$ERR" = 0 ] ; then
echo "Running # /opt/sputnik-browser/sputnik_client --generate_branding to get license in config.dat"
a='' $SUDO /opt/sputnik-browser/sputnik_client --generate_branding
echo "Disable strange system service sputnik_client"
serv sputnik_client off
$SUDO killall sputnik_client
fi
exit $ERR
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment