1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-30 16:12:12 +00:00
Files
rtinst/scripts/rtpass
2015-11-09 14:24:03 +00:00

9 lines
126 B
Bash

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