Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors committed Apr 4, 2024
1 parent fefd3e5 commit 70edba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ stderr_logfile=/var/log/status.log

[program:code-server]
directory=/mnt/extra-addons
command=sudo -o odoo code-server --app-name Diploi --disable-getting-started-override --disable-workspace-trust --disable-update-check --disable-telemetry --auth none --bind-addr 0.0.0.0:3001 /mnt/extra-addons
command=sudo -u odoo code-server --app-name Diploi --disable-getting-started-override --disable-workspace-trust --disable-update-check --disable-telemetry --auth none --bind-addr 0.0.0.0:3001 /mnt/extra-addons
autostart=false
autorestart=true
stopasgroup=true
Expand Down

0 comments on commit 70edba1

Please sign in to comment.