Skip to content

Commit

Permalink
Add file to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Dec 11, 2023
1 parent 7dd5c5e commit 113c49e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ test/data/settings.yaml
test/data/system.yaml
bin/kps-image-1.9-main.so
.vscode/settings.json
bin/kps-image-1.1-main.so
4 changes: 2 additions & 2 deletions bin/create_sys_image
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ update=false
if [[ $# -gt 0 ]]; then
if [[ $1 != "--update" ]]; then
echo "Invalid parameter! Use:"
echo "./create_sys_image.sh"
echo "./create_sys_image"
echo "or"
echo "./create_sys_image.sh --update"
echo "./create_sys_image --update"
exit 1
else
update=true
Expand Down

0 comments on commit 113c49e

Please sign in to comment.