Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KNewStuff
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Frameworks
  • KNewStuff
  • Merge requests
  • !26

Merged
Created Aug 08, 2020 by Alexander Lohnau@alexDeveloper

Remove * character when passing dir to script

  • Overview 4
  • Commits 1
  • Changes 1

For the script to be called the file must exist and if the path ends with * this always returns not true. We have to remove this last character (the meaning of * is that all the subdirs/subfiles are part of the installed files) and check if the dir then exists.

In that case we can also get rid of the manuallyUninstalled check which has the same problem, @leinir has implemented another solution for this which we can apply.

@ngraham @leinir

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: work/fix_archive_uncompression_uninstall