This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
bachir
/
alpine-web-werver
Tarkkaile
1
Äänestä
1
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
aeee389301
Branchit
Tagit
3.10
3.11
3.12
3.8
3.9
master
alpine-web-w...
/
bin
/
checkroot.sh
checkroot.sh
79 B
Historia
Raaka
1
2
3
4
5
6
#!/bin/sh
if [ "$EUID" -ne 0 ]; then
echo -e "Please run as root"
exit
fi