chore: fix install.sh when not root

This commit is contained in:
Huo Linhe 2023-04-13 16:28:07 +08:00
parent a8c4cedb2c
commit 1f8df16048
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ function install_share_etc() {
out=/etc/${clientName2}/$c.new.`date +%F`
${csudo}cp -f ${script_dir}/share/etc/$c $out ||:
else
mkdir -p /etc/${clientName2} >/dev/null 2>/dev/null ||:
${csudo}mkdir -p /etc/${clientName2} >/dev/null 2>/dev/null ||:
${csudo}cp -f ${script_dir}/share/etc/$c /etc/${clientName2}/$c ||:
fi
done