Explorar el Código

Merge pull request #125 from kaneawk/p4

Fix typo
lj2007331 hace 7 años
padre
commit
190ae36e3d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      uninstall.sh

+ 1 - 1
uninstall.sh

@@ -99,7 +99,7 @@ Print_MySQL() {
   [ -e "/etc/my.cnf" ] && echo "/etc/my.cnf"
 }
 
-Print_PosgreSQL() {
+Print_PostgreSQL() {
   [ -e "${pgsql_install_dir}" ] && echo "${pgsql_install_dir}"
   [ -e "/etc/init.d/postgresql" ] && echo "/etc/init.d/postgresql"
 }