summarylogtreecommitdiffstats
path: root/peertube.install
blob: ec3d20ccf507dbc39bb1d2546c55d571b5c381c5 (plain)
1
2
3
4
post_install() {
    mkdir -p /var/lib/peertube/storage/{avatars,bin,cache,captions,client-overrides,logs,plugins,previews,redundancy,streaming-playlists,thumbnails,tmp,torrents,videos}
    chown -R peertube:peertube /var/lib/peertube &>/dev/null
}