Incorporate changes for version 1.0.1

This commit is contained in:
2026-02-25 13:09:12 -05:00
parent 732c2bfa85
commit b180484430
3 changed files with 3 additions and 1 deletions

2
kiosk-setup.sh Normal file → Executable file
View File

@@ -6,7 +6,7 @@
# SPDX-License-Identifier: GPL-2.0
OK_VERSION="1.0.0"
OK_VERSION="1.0.1"
# Test for superuser
current_user=`whoami`

0
usr/local/bin/kiosk_cleanup.sh Normal file → Executable file
View File

2
usr/local/bin/startkiosk.sh Normal file → Executable file
View File

@@ -16,6 +16,7 @@ function check_conf() {
echo $new_conf_md5 > /home/customer/curr_conf_md5.txt
debuglog "Killing browser"
$KILL_CMD
$CLEANUP_CMD
return 1
else
return 0
@@ -35,6 +36,7 @@ function check_url() {
echo $new_url_md5>/home/customer/curr_url_md5.txt
debuglog "Killing browser"
$KILL_CMD
$CLEANUP_CMD
return 1
else
return 0