diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-26 18:55:10 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-26 18:55:10 -0500 |
commit | 07d8698dde10d57e58c464f0472b244ec78b8254 (patch) | |
tree | 97c8739f6985dadbe4e0611bc2503882487e6337 /roles/stream/templates/on-disconnect | |
parent | 033117f23aae412f9b5f8d9525d08f2830be7f79 (diff) | |
download | emacsconf-ansible-07d8698dde10d57e58c464f0472b244ec78b8254.tar.xz emacsconf-ansible-07d8698dde10d57e58c464f0472b244ec78b8254.zip |
remove extra /emacsconf/ from mounts
Diffstat (limited to '')
-rwxr-xr-x | roles/stream/templates/on-disconnect | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/stream/templates/on-disconnect b/roles/stream/templates/on-disconnect index 5847356..15ae31b 100755 --- a/roles/stream/templates/on-disconnect +++ b/roles/stream/templates/on-disconnect @@ -2,7 +2,6 @@ set -e PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" PIDFILE="{{ icecast_restream_dir }}/{{ emacsconf_id }}-lowres-{{ item.id }}.pid" -echo $(date) " on disconnect {{ item.id }} $*" >> {{ icecast_restream_dir }}/restream.log . /lib/lsb/init-functions |