more bugfixes 7

This commit is contained in:
2025-05-09 17:02:14 -06:00
parent 5e27d410f4
commit acd9eb6634
3 changed files with 10 additions and 3 deletions
+6
View File
@@ -183,6 +183,12 @@ function handleCustomBins() {
chmod -R +x $customBinLocation
returnStatus
customBinExecChk=$?
writeToLog "Copying vertson.txt and help.txt from $runningDir to $customBinLocation"
cp $runningDir/help.txt $customBinLocation
returnStatus
cp $runningDir/version.txt $customBinLocation
returnStatus
}
function handleExport() {