Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Turris OS packages Turris OS packages
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 81
    • Issues 81
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Turris
  • Turris OS
  • Turris OS packagesTurris OS packages
  • Merge requests
  • !821

Merged
Created Oct 06, 2021 by Karel Koci@kkoci🤘Owner

initial-config: fix invalid foris password

  • Overview 1
  • Commits 1
  • Changes 2

The -- there was originally intended to disable processing of options and thus protect against situation where password starts with dash. It turns out that python processes arguments in such a way that anything after command specification is automatically considered as argument and not as option for python interpreter.

This also sets it to explicitly call Python3 compared to python as that might call Python 2 that is not in package's dependencies and thus the code might break if it would be called with it.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hotfix/initial-config