Skip to content

Commit

Permalink
Fuerzo el pedido de contraseña al principio de una instalación o actu…
Browse files Browse the repository at this point in the history
…alización hecha con el dev.sh
  • Loading branch information
chdigiorno committed Jul 2, 2019
1 parent 9846f35 commit b1d8ee5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev.sh
Expand Up @@ -56,6 +56,8 @@ sub_serve(){
}

sub_install(){
sudo echo "Forzando el pedido de contraseña"

# Parámetros
SHORTOPTS="a:t:b:h"
LONGOPTS="andino_branch:,theme_branch:,base_branch:,site_host:,nginx_ssl,nginx_host_port:,nginx_ssl_port:,nginx-extended-cache,ssl_key_path:,ssl_crt_path:,file_size_limit:,theme_volume_src:,help"
Expand Down Expand Up @@ -147,6 +149,8 @@ sub_install(){
}

sub_update(){
sudo echo "Forzando el pedido de contraseña"

# Parámetros
SHORTOPTS="a:t:b:h"
LONGOPTS="andino_branch:,theme_branch:,base_branch:,site_host:,nginx_ssl,nginx_host_port:,nginx_ssl_port:,nginx-extended-cache,ssl_key_path:,ssl_crt_path:,file_size_limit:,theme_volume_src:,help"
Expand Down

0 comments on commit b1d8ee5

Please sign in to comment.