Skip to content

Commit

Permalink
[AGW] Bump agw installation to v1.2 (magma#2665)
Browse files Browse the repository at this point in the history
Signed-off-by: Timothée Dzik <timdzik@fb.com>
  • Loading branch information
tmdzk authored and ulaskozat committed Sep 16, 2020
1 parent 9dfc604 commit cf2a803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lte/gateway/deploy/agw_install.sh
Expand Up @@ -8,7 +8,7 @@ SUCCESS_MESSAGE="ok"
NEED_REBOOT=0
WHOAMI=$(whoami)
KVERS=$(uname -r)
MAGMA_VERSION="v1.1"
MAGMA_VERSION="v1.2"

echo "Checking if the script has been executed by root user"
if [ "$WHOAMI" != "root" ]; then
Expand Down

0 comments on commit cf2a803

Please sign in to comment.