Add more comments and convert some variables to local variables
This commit is contained in:
parent
7f04af90d9
commit
2b52c744fe
5 changed files with 8 additions and 5 deletions
|
@ -5,7 +5,7 @@ function set_CMDLINE () {
|
|||
# Get the config paths
|
||||
source "$SCRIPTDIR/lib/paths.sh"
|
||||
|
||||
CMDLINE=$(cat "$SCRIPTDIR/config/kernel_args")
|
||||
local CMDLINE=$(cat "$SCRIPTDIR/config/kernel_args")
|
||||
|
||||
printf "Configuration is now complete, however no changes have been done to your system.
|
||||
The files needed have just been written to $SCRIPTDIR/config/etc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue