Merge "v0.4.61 fixed 37 Deploying multisite get properly the information from sites...
[osm/RO.git] / scripts / install-openmano.sh
index 9aaf028..c7e03aa 100755 (executable)
@@ -264,6 +264,7 @@ if [[ -z $NOCLONE ]]; then
 #####        DOWNLOAD SOURCE                                #####
 #################################################################'
     su $SUDO_USER -c 'git clone '"${GIT_URL}"' openmano'
+    su $SUDO_USER -c 'cp openmano/.gitignore-common openmano/.gitignore'
     #[[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout <tag version>'
 fi