Rev 4058 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4058 | Rev 12452 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh |
1 | #! /bin/sh |
2 | # |
2 | # |
3 | # Fixes the uid of |
3 | # Fixes the uid of wimsd |
4 | # Must be run as root. |
4 | # Must be run as root. |
5 | 5 | ||
6 | if [ ! "$(id -ru )" = 0 ]; then |
6 | if [ ! "$(id -ru )" = 0 ]; then |
7 | echo |
7 | echo |
8 | echo $0: Please run this script as root! |
8 | echo $0: Please run this script as root! |