~ltsp-upstream/ltsp/ltsp

« back to all changes in this revision

Viewing changes to server/share/ltsp/plugins/ltsp-build-client/Debian/010-manage-mirror

  • Committer: Vagrant Cascadian
  • Date: 2018-12-16 13:36:32 UTC
  • Revision ID: git-v1:c99e642820d6768cc7fe33843403b78e56004ac8
Debian: ltsp-build-client: Make TRUST_FILE_MIRROR a boolean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        if [ -n "$option_trust_file_mirror_value" ]; then
19
19
            # Option to enable trusted file mirrors:
20
20
            # https://bugs.debian.org/911380
21
 
            TRUST_FILE_MIRROR="[trusted=yes]"
 
21
            TRUST_FILE_MIRROR=True
22
22
        fi
23
23
        ;;
24
24
    after-install)