diff --git a/syncScripts/SyncTemplate.sh b/syncScripts/SyncTemplate.sh index a4bac89..7a14e02 100755 --- a/syncScripts/SyncTemplate.sh +++ b/syncScripts/SyncTemplate.sh @@ -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