Skip to content

Commit 4d4be8d

Browse files
author
Kevin Reynolds
committed
fix package ref
1 parent a3a92ce commit 4d4be8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

labapp/app/app.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import markdown
88
import validators
99
import os
10-
from dotenv import load_dotenv
1110
from ce import get_ce_info, get_ce_state
1211

1312
app = Flask(__name__)

labapp/service_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CONTAINER=mcn-practical-labapp
2222
# Create the systemd service file
2323
sudo bash -c "cat > /etc/systemd/system/$SERVICE <<EOF
2424
[Unit]
25-
Description=Orijen UDF Service
25+
Description=MCN Practical Lab App
2626
Requires=docker.service
2727
After=docker.service
2828

0 commit comments

Comments
 (0)