Incorporate changes for version 1.0.1
This commit is contained in:
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user