Add Tooloop Package and deploy script, fixes #1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $(whoami) = 'root' ]; then
|
||||
su tooloop -c '/assets/presentation/Tooloop\ Kiosk\ Browser --no-sandbox' &
|
||||
else
|
||||
/assets/presentation/Tooloop\ Kiosk\ Browser --no-sandbox &
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user