Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
c1d71455
Commit
c1d71455
authored
6 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Don't chownm which prompts for password
parent
bbd80bc5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-image
+1
-2
1 addition, 2 deletions
src/freedombone-image
with
1 addition
and
2 deletions
src/freedombone-image
+
1
−
2
View file @
c1d71455
...
...
@@ -667,8 +667,6 @@ do
if
[
"
$no_of_files
"
-gt
0
]
;
then
# shellcheck disable=SC2086
mv
build/
${
PROJECT_NAME
}*
.
${
im
}
${
CURR_DIR
}
/
# shellcheck disable=SC2086
sudo chown
"
${
CURR_USER
}
"
:
"
${
CURR_USER
}
"
${
CURR_DIR
}
/
*
.
${
im
}
fi
done
...
...
@@ -730,6 +728,7 @@ if [[ $IMAGE_TYPE != "qemu"* ]]; then
echo
''
echo
$'To compress:'
echo
''
echo
" sudo chown
$CURR_USER
:
${
IMAGE_FILENAME
}
"
echo
" xz --no-warn --verbose --keep --threads=0 -3
${
IMAGE_FILENAME
}
"
echo
''
echo
$'To sign:'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment