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.
1 parent 6ecdabf commit 46ac235Copy full SHA for 46ac235
setup.sh
@@ -179,7 +179,7 @@ check_lxd(){
179
180
## Wir testen die Version
181
182
- if [ `systemctl is-active lxd.service` = "active" ] ; then
+ if [ `snap list | grep -c lxd ` -eq 1 ] || [ `systemctl is-active lxd.service` = "active" ] ; then
183
echo "LXD ist installiert und gestartet"
184
else
185
echo "LXD ist nicht installiert oder nicht aktiv"
0 commit comments