diff options
Diffstat (limited to 'installer/opengnsys_uninstall.sh')
-rwxr-xr-x | installer/opengnsys_uninstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_uninstall.sh b/installer/opengnsys_uninstall.sh index d89ae99f..123da0f1 100755 --- a/installer/opengnsys_uninstall.sh +++ b/installer/opengnsys_uninstall.sh @@ -69,7 +69,7 @@ fi if test $DROP; then # Componer fichero temporal con credenciales de conexión a la base de datos. touch $MYCNF - 600 $MYCNF + chmod 600 $MYCNF cat << EOT > $MYCNF [client] user=root |