From: Damir Dzeko Date: Tue, 5 Apr 2005 13:56:51 +0000 (+0000) Subject: r44: cp_check_root X-Git-Tag: debian/3.0.0~62 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-tools-cn.git;a=commitdiff_plain;h=01968242e3b13b6f0d59e35e612a824780927ab0 r44: cp_check_root --- diff --git a/functions.sh b/functions.sh index 93c98df..a818b34 100644 --- a/functions.sh +++ b/functions.sh @@ -321,6 +321,7 @@ cp_db_get() { # by ddzeko, Tue, 05 Apr 2005 15:47:37 +0200 # - check is the script run by effective root cp_check_root() { + local euid euid=`awk 'BEGIN{print PROCINFO["euid"]}'` case "$euid" in 0) RET=y