You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-3-desktop/data/logout.d/98umount

5 lines
42 B

#!/bin/bash
umount -l /home/$USER
exit 0