diff --git a/mim.sh b/mim.sh index c4c0b8b..d0a5498 100644 --- a/mim.sh +++ b/mim.sh @@ -12,5 +12,4 @@ git clone https://git.ggs-solutions.eu/GGS/UbuntuConfig.git echo "Configure ggs user account..." sudo cp -R ./UbuntuConfig/conf/etc/* /etc/ - -cp -R ./UbuntuConfig/conf/home/* /home/$(whoami)/ \ No newline at end of file +cp -R ./UbuntuConfig/conf/home/. /home/$(whoami)/ \ No newline at end of file