Ghost back to Postgres

This commit is contained in:
Marwolf
2018-08-25 11:47:25 -04:00
parent f24b009726
commit bb731fb3d8
2 changed files with 1 additions and 8 deletions

View File

@@ -248,7 +248,7 @@ elif [ "$choice" == "2" ]; then
echo "Removing pre-existing SQL users."
sudo make clean-users
sudo docker stop ghost && sudo docker start ghost
sudo make stop && sudo make start
# Automated file edits
clear