Skip to content

Commit 7f6bc64

Browse files
restart snapd after configuring snapstore proxy (#112)
1 parent fcbc441 commit 7f6bc64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controllers/cloudinit/scripts/00-configure-snapstore-proxy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ while ! snap set core proxy.store="${3}" ; do
3232
echo "Failed to configure snapd with store ID, will retry"
3333
sleep 5
3434
done
35+
36+
systemctl restart snapd

0 commit comments

Comments
 (0)