Bugfix
This commit is contained in:
2
main.go
2
main.go
@@ -77,7 +77,7 @@ func checkActs() (map[string]string, int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func selectActive(acctpath string) {
|
func selectActive(acctpath string) {
|
||||||
err := os.Symlink(path.Join(acctpath, "bearer.txt"), "bearer.txt")
|
err := os.Symlink(path.Join(acctpath, "headers.txt"), "headers.txt")
|
||||||
os.Symlink(path.Join(acctpath, "amazon-api.json"), "amazon-api.json")
|
os.Symlink(path.Join(acctpath, "amazon-api.json"), "amazon-api.json")
|
||||||
os.Symlink(path.Join(acctpath, "amazon-bearer.json"), "amazon-bearer.json")
|
os.Symlink(path.Join(acctpath, "amazon-bearer.json"), "amazon-bearer.json")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user