diff options
author | Holger Paradies <retabell@gmx.de> | 2015-01-02 23:35:40 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2015-01-03 00:41:24 +0100 |
commit | 8e557b8cd29b9b5818c6305f843837bedb25586c (patch) | |
tree | f8c68d22dfbcfd1768c1e40c80e429e341383452 /config | |
parent | d978db8e80270654199d49dff0eb4fbf70d5e854 (diff) | |
download | kanotix-8e557b8cd29b9b5818c6305f843837bedb25586c.zip kanotix-8e557b8cd29b9b5818c6305f843837bedb25586c.tar.gz |
teamviewer-hook
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/teamviewer | 4 |
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 |