X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/433b829dc9275ce0d4925dae4dbc8ea607bae067..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/projects/stargazer/inst/linux/etc/stargazer/OnUserDel diff --git a/projects/stargazer/inst/linux/etc/stargazer/OnUserDel b/projects/stargazer/inst/linux/etc/stargazer/OnUserDel index 248e5b36..a72da15b 100755 --- a/projects/stargazer/inst/linux/etc/stargazer/OnUserDel +++ b/projects/stargazer/inst/linux/etc/stargazer/OnUserDel @@ -1,7 +1,13 @@ #! /bin/sh -# Login -login=$1 +# About: This script is called when the user is removed from the Stargazer. +# Common task: Automate typical actions on removing user from the network, +# such as removing email or IM account. +# Priority: optional -#echo "deleted user $login" >> /var/stargazer/add_del.log +# User login +LOGIN=$1 + +# Usage examples: +#echo "Deleted user $LOGIN" >> /var/stargazer/add_del.log