Merge "typo fixed"

This commit is contained in:
Zuul 2019-01-06 13:38:06 +00:00 committed by Gerrit Code Review
commit a88a22969c
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ if [[ -n "$LOGDIR" ]] && [[ -d "$LOGDIR" ]]; then
sudo rm -rf $LOGDIR
fi
# Clean out the sytemd user unit files if systemd was used.
# Clean out the systemd user unit files if systemd was used.
if [[ "$USE_SYSTEMD" = "True" ]]; then
sudo find $SYSTEMD_DIR -type f -name '*devstack@*service' -delete
# Make systemd aware of the deletion.