kaneawk 7 anni fa
parent
commit
3bc5cd72b2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"
 }