Skip to content

Commit

Permalink
fix typo in postinst script
Browse files Browse the repository at this point in the history
  • Loading branch information
heartsucker committed Jan 8, 2019
1 parent e5195dd commit ad683b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_files/securedrop-app-code/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ case "$1" in
chown -R www-data:www-data /var/lib/securedrop /var/www/securedrop

mkdir -p /etc/securedrop
chdmod 0750 /etc/securedrop
chmod 0750 /etc/securedrop

pip install --no-index --find-links=/var/securedrop/wheelhouse --upgrade \
-r /var/www/securedrop/requirements/securedrop-app-code-requirements.txt
Expand Down

0 comments on commit ad683b3

Please sign in to comment.