Fix malformed syntax

This commit is contained in:
Manuel Thalmann 2023-01-23 19:37:43 +01:00
parent 85f2b6201e
commit cd781cd265

View file

@ -35,8 +35,8 @@ killall -SIGQUIT gnome-shell;
sleep 3; sleep 3;
for uuid in ${uuids[@]} for uuid in ${uuids[@]}
gnome-extensions enable "$uuid";
do do
gnome-extensions enable "$uuid";
done done
killall -SIGQUIT gnome-shell; killall -SIGQUIT gnome-shell;