Skip to content

Commit ace3835

Browse files
xdri3nSPO
authored andcommitted
(KIOSK) Changing PID file path to use directory of Medulla
(cherry picked from commit ef0b99e)
1 parent e544380 commit ace3835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kiosk_interface/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, conf):
7373
self.viewsdir = os.path.join(self.rootdir, "views")
7474

7575
if sys.platform.startswith("win"):
76-
pidfile = os.path.join("C:\\", "windows", "temp", "kiosk.pid")
76+
pidfile = os.path.join("C:\\", "progra~1", "Medulla", "bin", "kiosk.pid")
7777

7878
import ctypes
7979
myappid = 'Medulla.kiosk.1.0'

0 commit comments

Comments
 (0)