mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 06:31:41 +08:00
12 lines
296 B
Diff
12 lines
296 B
Diff
--- a/scripts/mysql_install_db.sh
|
|
+++ b/scripts/mysql_install_db.sh
|
|
@@ -419,7 +419,7 @@ fi
|
|
|
|
|
|
# Try to determine the hostname
|
|
-hostname=`@HOSTNAME@`
|
|
+hostname=`cat /proc/sys/kernel/hostname`
|
|
|
|
# Check if hostname is valid
|
|
if test "$cross_bootstrap" -eq 0 -a "$in_rpm" -eq 0 -a "$force" -eq 0
|