Browse Source

replace cp with rsync

master
Pascal Gloor 5 years ago
parent
commit
949736d98b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install.sh

+ 1
- 1
install.sh View File

@@ -58,7 +58,7 @@ do
echo "################################################"
echo "Installing non-root setup for $INSTUSER"
echo "################################################"
cp -R user/* /home/${INSTUSER}/
cd user && rsync -av . /home/${INSTUSER}/; cd -
chown -R ${INSTUSER}:${INSTUSER} /home/${INSTUSER}/
echo "################################################"
echo "Disable bash_history for user ${INSTUSER}"

Loading…
Cancel
Save