chore: fix packaging install.sh for explorer OEM

This commit is contained in:
Huo Linhe 2023-04-13 15:54:50 +08:00
parent e6af16d965
commit a8c4cedb2c
1 changed files with 1 additions and 0 deletions

View File

@ -579,6 +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}cp -f ${script_dir}/share/etc/$c /etc/${clientName2}/$c ||:
fi
done