diff options
Diffstat (limited to 'config/chroot_local-hooks/teamviewer')
-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 |