Skip to content

Commit

Permalink
#337: Changed path the log location
Browse files Browse the repository at this point in the history
  • Loading branch information
kochetovd committed Sep 26, 2024
1 parent 0ba3389 commit c5d4e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/

set -e -E
install_script_version=1.19.2
logfile="releem-install.log"
logfile="/var/log/releem-install.log"

WORKDIR="/opt/releem"
CONF="$WORKDIR/releem.conf"
Expand Down
2 changes: 1 addition & 1 deletion mysqlconfigurer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MYSQLCONFIGURER_CONFIGFILE="${MYSQLCONFIGURER_PATH}${MYSQLCONFIGURER_FILE_NAME}"
MYSQL_MEMORY_LIMIT=0
VERSION="1.19.2"
RELEEM_INSTALL_PATH=$MYSQLCONFIGURER_PATH"install.sh"
logfile="releem-mysqlconfigurer.log"
logfile="/var/log/releem-mysqlconfigurer.log"

# Set up a named pipe for logging
npipe=/tmp/$$.mysqlconfigurer.tmp
Expand Down

0 comments on commit c5d4e85

Please sign in to comment.