This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
bachir
/
alpine-web-werver
Segui
1
Vota
1
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
7fcf1d097b
Rami (Branch)
Tag
3.10
3.11
3.12
3.8
3.9
master
alpine-web-w...
/
bin
/
checkroot.sh
checkroot.sh
79 B
Cronologia
Originale
1
2
3
4
5
6
#!/bin/sh
if [ "$EUID" -ne 0 ]; then
echo -e "Please run as root"
exit
fi