Joachim M. Giæver 4 anni fa
parent
commit
2fd0e66344
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/bin/certs-daemon

+ 1 - 1
scripts/bin/certs-daemon

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-if [ "${USER}" != "root" ]; then
+if [ `id -gn` != "root" ]; then
     echo "Run as root!"
     exit 1
 fi