6-prerelease6.4.2

This commit is contained in:
2024-11-13 17:59:56 -07:00
parent 65a166ca5f
commit b307edbf48
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -441,7 +441,7 @@ function handleStart() {
}
function handleEmptyLogs() {
echo -e "\n\nDeleting $log"
echo -e "\nDeleting $log"
rm -f $log
echo -e "\tReturn status: ${?}\n"
@@ -465,7 +465,7 @@ function handleUninstall() {
echo -e "Deleting $idfDir"
rm -rf $idfDir
echo -e "\tReturn status: ${?}\n"
echo -e "\tReturn status: ${?}"
handleEmptyLogs
}
+1 -1
View File
@@ -1 +1 @@
6-prerelease6.4.1
6-prerelease6.4.2