Skip to content
Snippets Groups Projects
Commit 1c6dd413 authored by Alberto LIVIO BECCARIA's avatar Alberto LIVIO BECCARIA
Browse files

Aggiornato get-config per cancellare il file di lock nel nuovo profilo di Firefox dell'area esame

parent 5e512676
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ start() {
if [[ "${FIREFOX_PID}" != "" ]]
then
FIREFOX_USER=$(ps -o user= -p ${FIREFOX_PID})
rm -f /local/${FIREFOX_USER}/.mozilla/firefox/44bu2eyb.default/lock
rm -f /local/${FIREFOX_USER}/.mozilla/firefox/n3bac2sw.default-release/lock
pkill firefox
sleep 2
/usr/bin/systemctl restart esame-firefox-home
......
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