Files
rtinst/scripts/rtpass
T
2017-06-19 12:09:04 +01:00

9 lines
123 B
Bash
Executable File

#!/bin/bash
if [ "$(id -u)" = "0" ]; then
echo "Cannot be run as root, or with sudo"
exit
fi
sudo rtsetpass $LOGNAME