summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2015-01-02 23:35:40 +0100
committerHolger Paradies <retabell@gmx.de>2015-01-03 00:41:24 +0100
commit8e557b8cd29b9b5818c6305f843837bedb25586c (patch)
treef8c68d22dfbcfd1768c1e40c80e429e341383452 /config/chroot_local-hooks
parentd978db8e80270654199d49dff0eb4fbf70d5e854 (diff)
downloadkanotix-8e557b8cd29b9b5818c6305f843837bedb25586c.zip
kanotix-8e557b8cd29b9b5818c6305f843837bedb25586c.tar.gz
teamviewer-hook
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-xconfig/chroot_local-hooks/teamviewer4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/chroot_local-hooks/teamviewer b/config/chroot_local-hooks/teamviewer
index b6384c2..b0d6267 100755
--- a/config/chroot_local-hooks/teamviewer
+++ b/config/chroot_local-hooks/teamviewer
@@ -10,11 +10,11 @@ rm -rf $TMP
/etc/init.d/teamviewerd stop || :
killall teamviewerd || :
while sleep 1; do pidof teamviewerd >/dev/null || break; done
-cat <<"EOF" >/opt/teamviewer9/config/global.conf
+cat <<"EOF" >/opt/teamviewer/config/global.conf
TeamViewer Global Settings
# It is not recommended to edit this file manually
[int32] EulaAccepted = 1
-[int32] EulaAcceptedRevision = 5
+[int32] EulaAcceptedRevision = 6
EOF