TkgThingy: typo
This commit is contained in:
parent
700f29ae8b
commit
e976311d8b
@ -25,7 +25,7 @@ _cfg_loop() {
|
||||
if [ -e "$_config_file_path"/"$_config_file_basename" ] && [ ! -e "$_EXT_CONFIG_PATH"/"$_config_file_targname" ]; then
|
||||
cp -v "$_config_file_path"/"$_config_file_basename" "$_EXT_CONFIG_PATH"/"$_config_file_targname"
|
||||
else
|
||||
echo "$_EXT_CONFIG_PATH/$_config_file_targname" already exists. Skipping...
|
||||
echo "$_EXT_CONFIG_PATH/$_config_file_targname already exists. Skipping..."
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user