We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec64964 commit 57cb886Copy full SHA for 57cb886
1 file changed
installer.sh
@@ -293,7 +293,7 @@ with open("/opt/OpenPod/openpod.toml", "rb") as f:
293
print(data["openpod"]["version"])
294
')"
295
296
-ExecStart=/opt/OpenPod/venv/bin/python /opt/OpenPod/versions/$OPENPOD_VERSION/pod.py
+ExecStart=/opt/OpenPod/venv/bin/python /opt/OpenPod/versions/\$OPENPOD_VERSION/pod.py
297
298
299
Restart=always
@@ -308,5 +308,5 @@ systemctl enable openpod.service
308
systemctl start openpod.service
309
310
echo "==> OpenPod is now installed."
311
-echo " Serial: $serial"
+echo " UUID: $uuid"
312
exit 0
0 commit comments