Skip to content

Commit 57cb886

Browse files
committed
Update installer.sh
1 parent ec64964 commit 57cb886

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ with open("/opt/OpenPod/openpod.toml", "rb") as f:
293293
print(data["openpod"]["version"])
294294
')"
295295
296-
ExecStart=/opt/OpenPod/venv/bin/python /opt/OpenPod/versions/$OPENPOD_VERSION/pod.py
296+
ExecStart=/opt/OpenPod/venv/bin/python /opt/OpenPod/versions/\$OPENPOD_VERSION/pod.py
297297
298298
299299
Restart=always
@@ -308,5 +308,5 @@ systemctl enable openpod.service
308308
systemctl start openpod.service
309309

310310
echo "==> OpenPod is now installed."
311-
echo " Serial: $serial"
311+
echo " UUID: $uuid"
312312
exit 0

0 commit comments

Comments
 (0)