typo fixed
Change-Id: Id777576d8876d7ba257f0243f3b4ce5756dd9b58
This commit is contained in:
parent
8c93374cdd
commit
6a7e3ec647
2
clean.sh
2
clean.sh
@ -123,7 +123,7 @@ if [[ -n "$LOGDIR" ]] && [[ -d "$LOGDIR" ]]; then
|
|||||||
sudo rm -rf $LOGDIR
|
sudo rm -rf $LOGDIR
|
||||||
fi
|
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
|
if [[ "$USE_SYSTEMD" = "True" ]]; then
|
||||||
sudo find $SYSTEMD_DIR -type f -name '*devstack@*service' -delete
|
sudo find $SYSTEMD_DIR -type f -name '*devstack@*service' -delete
|
||||||
# Make systemd aware of the deletion.
|
# Make systemd aware of the deletion.
|
||||||
|
Loading…
Reference in New Issue
Block a user