Fix malformed syntax
This commit is contained in:
parent
240afeb2a5
commit
8c9e53cc07
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue