Merge branch 'master' of https://github.com/hacdias/caddy-hugo
commit
bec1c3c510
|
@ -127,6 +127,13 @@ func GetPath() string {
|
|||
os.Exit(-1)
|
||||
}
|
||||
|
||||
err = os.Chmod(hugo, 0755)
|
||||
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(-1)
|
||||
}
|
||||
|
||||
fmt.Println("done.")
|
||||
fmt.Println("Hugo installed at " + hugo)
|
||||
defer os.RemoveAll(temp)
|
||||
|
|
Loading…
Reference in New Issue