Skip to content
Snippets Groups Projects
Commit 4072ed1b authored by Abhinav Singh's avatar Abhinav Singh
Browse files

enable logging to file

parent 5c6a96d5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#short_date=$(/bin/date +%m%d%y)
#exec 2>>"install$short_date.log"
short_date=$(/bin/date +%m%d%y)
exec 2>>"install$short_date.log"
set -x
source script/help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment