tmp: revert back
This commit is contained in:
parent
7c9d75c5b0
commit
0ad46b3df8
1 changed files with 5 additions and 5 deletions
|
@ -22,12 +22,12 @@ func checkExists(path string) (bool, error) {
|
||||||
|
|
||||||
func Info() {
|
func Info() {
|
||||||
// A SAMPLE COMMAND FOR LOGGING OS INFORMATION TO A DEDICATED FILE
|
// A SAMPLE COMMAND FOR LOGGING OS INFORMATION TO A DEDICATED FILE
|
||||||
// userhome, err := os.UserHomeDir() // TODO $HOME is not defined while running as daemon !!!
|
userhome, err := os.UserHomeDir() // TODO $HOME is not defined while running as daemon !!!
|
||||||
// if err != nil {
|
if err != nil {
|
||||||
// log.Fatal(err)
|
log.Fatal(err)
|
||||||
// }
|
}
|
||||||
|
|
||||||
userhome := "/home/asandikci" // TEMPORARY
|
// userhome := "/home/asandikci" // TEMPORARY
|
||||||
configDir := userhome + "/.config/" + ProgramName + "/"
|
configDir := userhome + "/.config/" + ProgramName + "/"
|
||||||
// TODO Will be replaced with a Go Config Library
|
// TODO Will be replaced with a Go Config Library
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue