Procházet zdrojové kódy

Fix icon deployment through ftp

DricomDragon před 4 roky
rodič
revize
061335f37b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      undeployed/scripts/deploy-to-ovh.sh

+ 1 - 1
undeployed/scripts/deploy-to-ovh.sh

@@ -11,7 +11,7 @@ port='21'
 dest='www'
 
 cd $origin
-files=`echo favicon.ico *.php include/*.php projets/*.php include/css/*.css include/css/custom/*.css include/js/*.js include/images/*.png include/images/*.jpg include/generated/*.txt download/*`
+files=`echo favicon.ico *.php include/*.php projets/*.php include/css/*.css include/css/custom/*.css include/js/*.js include/images/* include/icon/* include/generated/*.txt download/*`
 echo 'Files to be sent :'
 echo "$files"