Initial commit for version 1.0.0
This commit is contained in:
8
usr/local/bin/kiosk_cleanup.sh
Normal file
8
usr/local/bin/kiosk_cleanup.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# kiosk_cleanup.sh
|
||||
|
||||
rm -rf /home/customer/.{config,cache}/chromium/
|
||||
rm -rf /home/customer/.cache/mozilla
|
||||
rm -rf /home/customer/.mozilla
|
||||
tar -C /home/customer -xf /home/customer/openkiosk_mozilla_profile.tar.gz
|
||||
chown -R customer:customer /home/customer/.mozilla
|
||||
Reference in New Issue
Block a user