X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/2501ff5278198b17c195536d0953cbb40d1a5d3b..9a834ba2e0caea6edffec5c1db403cf9832ea96e:/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