Skip to content

Commit 9acd9ad

Browse files
committed
fix: disable sync adapters that are no longer working
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent 46ee10d commit 9acd9ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

zip-content/scripts/install.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ if test "${SETUP_TYPE:?}" = 'install'; then
3030
ui_msg 'Configuring...'
3131
ui_msg_empty_line
3232

33+
# IMPORTANT: Some Google Contacts Sync Adapters are disabled because they no longer work
34+
3335
BACKUP_TRANSPORT_IS_OPTIONAL='true'
3436
if
35-
setup_app "${APP_CONTACTSSYNC:?}" 'APP_CONTACTSSYNC' 'Google Contacts Sync 12' 'GoogleContactsSyncAdapter12' 'priv-app' ||
36-
setup_app "${APP_CONTACTSSYNC:?}" 'APP_CONTACTSSYNC' 'Google Contacts Sync 8' 'GoogleContactsSyncAdapter8' 'priv-app' ||
37-
setup_app "${APP_CONTACTSSYNC:?}" 'APP_CONTACTSSYNC' 'Google Contacts Sync 4.4' 'GoogleContactsSyncAdapter4.4' 'app'
37+
#setup_app "${APP_CONTACTSSYNC:?}" 'APP_CONTACTSSYNC' 'Google Contacts Sync 12' 'GoogleContactsSyncAdapter12' 'priv-app' ||
38+
# setup_app "${APP_CONTACTSSYNC:?}" 'APP_CONTACTSSYNC' 'Google Contacts Sync 8' 'GoogleContactsSyncAdapter8' 'priv-app' ||
39+
setup_app "${APP_CONTACTSSYNC:?}" 'APP_CONTACTSSYNC' 'Google Contacts Sync 4.4' 'GoogleContactsSyncAdapter4.4' 'app'
3840
then
3941
BACKUP_TRANSPORT_IS_OPTIONAL='false'
4042
fi

0 commit comments

Comments
 (0)