Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Jun 12, 2018
1 parent 7fec6cc commit 3ad2b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/python3-blacklist.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ case "$1" in
systemctl enable "${APP_NAME}_celerybeat"
else
APP_USER_HOME="$(eval echo ~$APP_USER)"
echo "Creating required directories in "${APP_USER} home (if not found)"
echo "Creating required directories in ${APP_USER} home (if not found)"
mkdir -p "$APP_USER_HOME/pdfs"
mkdir -p "$APP_USER_HOME/thumbnails"

Expand Down

0 comments on commit 3ad2b1d

Please sign in to comment.