Code Update

This commit is contained in:
Christer Warén
2025-06-23 09:35:37 +03:00
parent eb14aa46ff
commit fe56c50bfb
4 changed files with 30 additions and 28 deletions

View File

@@ -5,5 +5,10 @@ wx-stop (){
wx-install --auto
if [[ $USERNAME != $USER && $USERNAME != $SUDO_USER && $USERNAME != $LOGNAME ]]
then
wx-logout
fi
exit 1
}