Add more comments and convert some variables to local variables

This commit is contained in:
HikariKnight 2022-02-27 21:29:29 +01:00
parent 7f04af90d9
commit 2b52c744fe
No known key found for this signature in database
GPG key ID: E8B239063B022F5A
5 changed files with 8 additions and 5 deletions

View file

@ -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