diff options
author | Josep Mengual | 2022-10-15 23:12:38 +0200 |
---|---|---|
committer | Josep Mengual | 2022-10-15 23:12:38 +0200 |
commit | 89c7e677731c5d6f8d8744b207521d531f6d8e9c (patch) | |
tree | 995c99610c7bafe783f8a0105379fee546b37b39 /post.install | |
parent | 1b290f868f692f3b8a16e46530bd479604edfa01 (diff) | |
download | aur-89c7e677731c5d6f8d8744b207521d531f6d8e9c.tar.gz |
Add systemd service and socket
Diffstat (limited to 'post.install')
-rw-r--r-- | post.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post.install b/post.install index 817fca3c76e6..c3bb3dab7db1 100644 --- a/post.install +++ b/post.install @@ -1,3 +1,3 @@ post_install() { - echo -e 'Configuration is found at \e[1;34m/opt/newleaf/configuration.py\e[0m.\n\n\e[1;33mChanging website_origin is recommended before starting newleaf.\e[0m' + echo -e 'Configuration is found at \e[1;34m/opt/newleaf/configuration.py\e[0m.\n\e[1;33mChanging website_origin is recommended before starting the newleaf service.\e[0m' } |