commit | 6a7e3ec6479097f4918eb66d25b52cfa46953dec | [log] [tgz] |
---|---|---|
author | npraveen35 <npraveen35@gmail.com> | Thu Dec 20 18:25:36 2018 +0530 |
committer | npraveen35 <npraveen35@gmail.com> | Thu Dec 20 18:26:31 2018 +0530 |
tree | af9fe571c44ddc71c8f372e5216916e00f010c2c | |
parent | 8c93374cddda59129ac809f159cb554f54c7443c [diff] [blame] |
typo fixed Change-Id: Id777576d8876d7ba257f0243f3b4ce5756dd9b58
diff --git a/clean.sh b/clean.sh index a29ebd9..d6c6b40 100755 --- a/clean.sh +++ b/clean.sh
@@ -123,7 +123,7 @@ 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.