minor debug update

This commit is contained in:
Nathaniel Landau
2015-03-10 09:46:09 -04:00
parent 756b194924
commit dfdde1e289

View File

@@ -116,7 +116,7 @@ function newCopy() {
if [ "${scriptName}" = "SyncTemplate.sh" ]; then
input "name your new script:"
read newname
debug "Copying SyncTemplate.sh to ${newname}"
verbose "Copying SyncTemplate.sh to ${newname}"
cp "${scriptPath}"/"${scriptName}" "${scriptPath}"/"${newname}" && verbose "cp ${scriptPath}/${scriptName} ${scriptPath}/${newname}"
success "${newname} created."
safeExit