Continued: rewrites/message-array-to-instance
authorRoland Häder <roland@mxchange.org>
Thu, 11 May 2023 22:08:06 +0000 (00:08 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 15 Jan 2024 21:37:17 +0000 (22:37 +0100)
- use ${TMP} instead of hard-coded /tmp
- updated 'core' framework

contrib/cleanup.sh
core

index c8842199a9b7ad78c0f0dd2faa028e2c3056e646..2c3eb6edadf52409e78b5e6ee4be94558c892e1a 100755 (executable)
@@ -9,7 +9,7 @@ echo "$0: Cleaning up stacks ..."
 rm -f data/stacks/*.stack*
 
 echo "$0: Removing socket ..."
-rm -f /tmp/php_hub_ipc_socket
+rm -f "${TMP}/php_hub_ipc_socket"
 
 echo "$0: All done."
 exit 0
diff --git a/core b/core
index 866b5dbf0fb4f8f658b76bfcf961eac77e2ab154..6e12381ce34de3edb56d18830949362491ddb61a 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 866b5dbf0fb4f8f658b76bfcf961eac77e2ab154
+Subproject commit 6e12381ce34de3edb56d18830949362491ddb61a