diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-02-19 10:19:39 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-02-21 01:42:44 +0100 |
commit | 8a0dae628fafd3e419d9d3b9ec7aac551e02af71 (patch) | |
tree | 6bad098c949117d274a25f396080393085599757 /util/board_status/to-wiki | |
parent | f2134f3bab18a9c8968eef3e4233c82170af9629 (diff) | |
download | coreboot-8a0dae628fafd3e419d9d3b9ec7aac551e02af71.tar.xz |
board-status: move wiki cookiejar elsewhere
Change-Id: I1240c215f3d6c3934911c096e2ecbabff175d501
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/13740
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/board_status/to-wiki')
-rwxr-xr-x | util/board_status/to-wiki/push-to-wiki.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/board_status/to-wiki/push-to-wiki.sh b/util/board_status/to-wiki/push-to-wiki.sh index d7745565c0..fb011c1cc1 100755 --- a/util/board_status/to-wiki/push-to-wiki.sh +++ b/util/board_status/to-wiki/push-to-wiki.sh @@ -4,7 +4,7 @@ . ~/.wikiaccount WIKIAPI="http://www.coreboot.org/api.php" TITLE="Supported_Motherboards" -cookie_jar="/tmp/wikicookiejar" +cookie_jar="$HOME/.wikicookiejar" #Will store file in wikifile #################login |