typo fixed

Change-Id: Id777576d8876d7ba257f0243f3b4ce5756dd9b58
This commit is contained in:
npraveen35 2018-12-20 18:25:36 +05:30
parent 8c93374cdd
commit 6a7e3ec647
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.