Question about adcfgclone.pl
Hi
Could you please share me your advice on the following question
In adcfgclone.pl,there are the following statement.
=====
## Run cleanup: remove source specific files from target system
# - Do it only when context is not specified as an argument
# - Do it only when src name is different from target name
=====
Seem that the script cleans up some of the source files when two conditions above are met
Could you give me examples of the two conditions above?
Thanks