Incorporate changes for version 1.0.1
This commit is contained in:
2
kiosk-setup.sh
Normal file → Executable file
2
kiosk-setup.sh
Normal file → Executable file
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
OK_VERSION="1.0.0"
|
OK_VERSION="1.0.1"
|
||||||
|
|
||||||
# Test for superuser
|
# Test for superuser
|
||||||
current_user=`whoami`
|
current_user=`whoami`
|
||||||
|
|||||||
0
usr/local/bin/kiosk_cleanup.sh
Normal file → Executable file
0
usr/local/bin/kiosk_cleanup.sh
Normal file → Executable file
2
usr/local/bin/startkiosk.sh
Normal file → Executable file
2
usr/local/bin/startkiosk.sh
Normal file → Executable file
@@ -16,6 +16,7 @@ function check_conf() {
|
|||||||
echo $new_conf_md5 > /home/customer/curr_conf_md5.txt
|
echo $new_conf_md5 > /home/customer/curr_conf_md5.txt
|
||||||
debuglog "Killing browser"
|
debuglog "Killing browser"
|
||||||
$KILL_CMD
|
$KILL_CMD
|
||||||
|
$CLEANUP_CMD
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
return 0
|
return 0
|
||||||
@@ -35,6 +36,7 @@ function check_url() {
|
|||||||
echo $new_url_md5>/home/customer/curr_url_md5.txt
|
echo $new_url_md5>/home/customer/curr_url_md5.txt
|
||||||
debuglog "Killing browser"
|
debuglog "Killing browser"
|
||||||
$KILL_CMD
|
$KILL_CMD
|
||||||
|
$CLEANUP_CMD
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user