We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8904a4a + 6a7e3ec commit a88a229Copy full SHA for a88a229
1 file changed
clean.sh
@@ -123,7 +123,7 @@ if [[ -n "$LOGDIR" ]] && [[ -d "$LOGDIR" ]]; then
123
sudo rm -rf $LOGDIR
124
fi
125
126
-# Clean out the sytemd user unit files if systemd was used.
+# Clean out the systemd user unit files if systemd was used.
127
if [[ "$USE_SYSTEMD" = "True" ]]; then
128
sudo find $SYSTEMD_DIR -type f -name '*devstack@*service' -delete
129
# Make systemd aware of the deletion.
0 commit comments