Code Review
/
redfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a228176
)
change log file name
25/525/1
author
davidplunkett
<dp7642@att.com>
Fri, 29 Mar 2019 03:03:52 +0000
(
03:03
+0000)
committer
davidplunkett
<dp7642@att.com>
Fri, 29 Mar 2019 03:03:52 +0000
(
03:03
+0000)
Change-Id: Ibca72601d49a4943ef7bb9b4159348d1f81dfccb
Signed-off-by: davidplunkett <dp7642@att.com>
install_server_os.sh
patch
|
blob
|
history
diff --git
a/install_server_os.sh
b/install_server_os.sh
index
dd01b85
..
264c34a
100755
(executable)
--- a/
install_server_os.sh
+++ b/
install_server_os.sh
@@
-30,7
+30,7
@@
UBUNTU_ISO=${UBUNTU_ISO:-} ## IF NOT SET, UBUNTU_URL WILL BE USED TO DOWNLOAD D
# SETUP LOGGING
LOGDIR="/var/log/akraino"
mkdir -p $LOGDIR
-LOGFILE="$LOGDIR/$
{1}_$(date +"%FT%H-%M-%S%z")_$(basename $0|cut -d. -f1
)"
+LOGFILE="$LOGDIR/$
(basename $0|cut -d. -f1)_$(date +'%FT%H-%M-%S%z'
)"
echo "logging to $LOGFILE"
exec 1> >(tee -a $LOGFILE)
exec 2>&1