Skip to content

Commit 35027f4

Browse files
committed
chore(offboard): sign user out first
1 parent 298802d commit 35027f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/offboard.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ fi
4848

4949
# Offboard process
5050

51+
signout="${SCRIPT_DIR}/signout.sh"
52+
$signout "$1"
53+
5154
echo_ts "Suspending account..."
5255

5356
gam suspend user $ACCOUNT noactionifalias

0 commit comments

Comments
 (0)