Skip to content

Commit e5a4b60

Browse files
committed
fix: path to units
1 parent a1accf8 commit e5a4b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/liascript-devserver.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=network.target
55
[Service]
66
Type=simple
77
ExecStartPre=/usr/libexec/setup-portal-units
8-
ExecStart=/usr/bin/liascript-devserver --input %h/.local/share/portal-units
8+
ExecStart=/usr/bin/liascript-devserver --live --input %h/.local/share/learning-portal/courses
99
Restart=on-failure
1010
Environment=PORT=3000
1111

0 commit comments

Comments
 (0)