--- modif_10-eole/10-posh - org Thu Apr 18 16:45:46 2013 +++ modif_10-eole/10-posh Mon Apr 29 13:37:30 2013 @@ -51,7 +51,7 @@ fi # Mise en place de la configuration (génération des fichiers) NB : le prereconf place un fichier minimal - wget "https://${IP_SERVEUR_WEB}${alias_envole}/api/scr_config_generate_configfiles.php?adminkey=$POSHKEY" -o/tmp/posh/scr_config_generate_configfiles.php.log -O/tmp/posh/scr_config_generate_configfiles.php.txt --no-check-certificate + wget "https://${IP_SERVEUR_WEB}${alias_envole}/api/scr_config_generate_configfiles.php?adminkey=$POSHKEY" -o/tmp/posh/scr_config_generate_configfiles.php.log -O/tmp/posh/scr_config_generate_configfiles.php.txt --no-check-certificate --no-proxy WGET_FILE=$(cat /tmp/posh/scr_config_generate_configfiles.php.txt) if [ "$WGET_FILE" != "1" ] then @@ -61,7 +61,7 @@ fi # Mise en place des plugins - wget "https://${IP_SERVEUR_WEB}${alias_envole}/api/scr_config_plugins.php?adminkey=$POSHKEY" -o/tmp/posh/scr_config_plugins.php.log -O/tmp/posh/scr_config_plugins.php.txt --no-check-certificate + wget "https://${IP_SERVEUR_WEB}${alias_envole}/api/scr_config_plugins.php?adminkey=$POSHKEY" -o/tmp/posh/scr_config_plugins.php.log -O/tmp/posh/scr_config_plugins.php.txt --no-check-certificate --no-proxy WGET_FILE=$(cat /tmp/posh/scr_config_plugins.php.txt) if [ "$WGET_FILE" != "1" ] then @@ -71,7 +71,7 @@ fi # Rafraichissement du cache - wget "https://${IP_SERVEUR_WEB}${alias_envole}/api/scr_cache_generate_all.php?adminkey=$POSHKEY" -o/tmp/posh/scr_cache_generate_all.php.log -O/tmp/posh/scr_cache_generate_all.php.txt --no-check-certificate + wget "https://${IP_SERVEUR_WEB}${alias_envole}/api/scr_cache_generate_all.php?adminkey=$POSHKEY" -o/tmp/posh/scr_cache_generate_all.php.log -O/tmp/posh/scr_cache_generate_all.php.txt --no-check-certificate --no-proxy WGET_FILE=$(cat /tmp/posh/scr_cache_generate_all.php.txt) if [ "$WGET_FILE" != "1" ] then @@ -81,7 +81,7 @@ # Mise en place du thème eole (si nécessaire) if [ ! -s $container_path_web/var/www/html/posh/styles/main1.css ] then - wget --post-data 'theme0=eole' "https://${IP_SERVEUR_WEB}${alias_envole}/api/scr_config_theme.php?adminkey=$POSHKEY" -o/tmp/posh/scr_config_theme.php.log -O/tmp/posh/scr_config_theme.php.txt --no-check-certificate + wget --post-data 'theme0=eole' "https://${IP_SERVEUR_WEB}${alias_envole}/api/scr_config_theme.php?adminkey=$POSHKEY" -o/tmp/posh/scr_config_theme.php.log -O/tmp/posh/scr_config_theme.php.txt --no-check-certificate --no-proxy WGET_FILE=$(cat /tmp/posh/scr_config_theme.php.txt) if [ "$WGET_FILE" != "1" ] then