Skip to content

Commit

Permalink
Merge pull request #2888 from Uninett/bugfix/full-nav-restore-script
Browse files Browse the repository at this point in the history
Fix broken `full-nav-restore.sh` script
  • Loading branch information
lunkwill42 authored Apr 30, 2024
2 parents 5c5c202 + cd8148c commit 286ece2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/full-nav-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ! which navsyncdb 2>/dev/null; then
echo "NAV source directory not correctly mounted on /source" > /dev/stderr
exit 1
fi
nav stop
sudo nav stop
export PGHOST=postgres
export PGUSER=postgres

Expand Down

0 comments on commit 286ece2

Please sign in to comment.