-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shellchecking #59
Shellchecking #59
Conversation
0472d7b
to
b44940a
Compare
d141dde
to
2710de1
Compare
# echo "DEVICES /dev/[hs]d*" > $FOLD/hdd$MDADMCONF | ||
# execute_chroot_command "mdadm --detail --scan | sed -e 's/metadata=00.90/metadata=0.90/g' >> $MDADMCONF"; declare -i EXITCODE=$? | ||
# echo "DEVICES /dev/[hs]d*" > $FOLD/hdd$MDADMCONF | ||
# execute_chroot_command "mdadm --detail --scan | sed -e 's/metadata=00.90/metadata=0.90/g' >> $MDADMCONF"; declare -i EXITCODE=$? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we remove this old stuff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at this point it is just about shellchecking, changing functionality has been avoided on purpose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created #61
Additionally a vim-modeline was added. Also compare to Issue virtapi#6
2710de1
to
b8df0cb
Compare
b8df0cb
to
96a1239
Compare
Apart from this one issue I'm happy with the commits except "Shellcheck'd debian.sh". This contains too many changes and I am not going to review it. |
👍 |
038c80c
into
virtapi:validate_scripts_with_shellcheck_issue_6
Additionally a vim-modeline was added.
Also compare to Issue #6
Also improved the debian_grub_fix function #46