diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cece647 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +*.tar diff --git a/plugins/stack b/plugins/stack index d4011b5..60d6dea 100644 --- a/plugins/stack +++ b/plugins/stack @@ -262,7 +262,12 @@ elif [[ $arg == "-purge" && $opt == "-web-tools" ]]; then fi if [[ $answer == [Yy] || $(conf_read delall) == "true" ]]; then - sudo apt-get -y purge redis-server php-redis postfix letsencrypt python-boto duplicity duply php-memcached php-memcache memcached + if [[ $(conf_read nginx-tool) == "true" ]]; then + sudo apt-get -y purge letsencrypt python-boto duplicity duply + fi + if [[ $(conf_read php-tool) == "true" ]]; then + sudo apt-get -y purge redis-server php-redis postfix php-memcached php-memcache memcached + fi sudo apt-get -y autoremove conf_write web-tool purged echo "" diff --git a/weby b/weby index 6022ac5..bf7b210 100644 --- a/weby +++ b/weby @@ -2,7 +2,7 @@ # Webinoly script. # This script is designed to install latest Webinoly. -webyversion="1.2.2" +webyversion="1.2.3-beta" # Check OS support