Update install.sh

pull/387/head
midoks 2 years ago
parent aa9cdaada4
commit cf15b19f4b
  1. 4
      plugins/rsyncd/install.sh

@ -16,6 +16,10 @@ bash ${rootPath}/scripts/getos.sh
OSNAME=`cat ${rootPath}/data/osname.pl`
if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate
fi
if id www &> /dev/null ;then
echo "www uid is `id -u www`"
echo "www shell is `grep "^www:" /etc/passwd |cut -d':' -f7 `"

Loading…
Cancel
Save