Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit b6eb44b

Browse files
committed
Minor fix to README
1 parent f7d2468 commit b6eb44b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ Click the "Response" button to see the plist response from apple. Click the pen
138138

139139
When stopping the server, the standard control-c doesn't usually work. Instead use control-z to suspend the process and then use a kill command to end the process.
140140

141-
**^z**
141+
^z
142142
[1]+ Stopped python server.py
143-
$:~/mdm-server/server$ **kill %1**
143+
user:~/mdm-server/server$ kill %1
144144
[1]+ Terminated python server.py
145-
$:~/mdm-server/server$
145+
user:~/mdm-server/server$
146146

147147
The server uses the pickle library to save devices. When the device class is updated, the pickle format may be invalidated, causing the server to error. In order to fix this, remove the devicelist.pickle file (make a backup just in case!) and re-enroll all devices.
148148

0 commit comments

Comments
 (0)