Typo in db def

This commit is contained in:
DarkFeather 2017-05-27 15:05:17 -05:00
parent 63d0ccc2de
commit df2b56ee92
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ cp /usr/share/webapps/tt-rss/config.php "$BACKUPDIR"/singularity-config.php
sudo -u postgres pg_dump aninix_wiki > "$BACKUPDIR"/aninix_wiki.psql
sudo -u postgres pg_dump gb_wiki > "$BACKUPDIR"/gb_wiki.psql
sudo -u postgres pg_dump ttrss > "$BACKUPDIR"/ttrss.psql
sudo -u postgres pg_dump lykos-wiki > "$BACKUPDIR"/lykos-wiki.psql
sudo -u postgres pg_dump lykos_wiki > "$BACKUPDIR"/lykos_wiki.psql
### Yggdrasil -- File list only for space reasons ###
if [ -x /usr/bin/locate ]; then