Eliminate more x2go cruft

This commit is contained in:
2024-06-30 23:38:30 -04:00
parent 5a8a8f0932
commit 3fb078e60b

View File

@@ -27,7 +27,7 @@ fi
for user in "${user_list[@]}"; do
# Clean local user cache
shopt -s nullglob
caches=(/home/"$user"/.x2go/C-"$user"-*)
caches=(/home/"$user"/.x2go/C-"$user"-* /home/"$user"/.xsession-x2go-*)
shopt -u nullglob
if [[ ${#caches} -gt 0 ]]; then
ask_ok "Remove X2Go cache files for user $user?" &&