#!/bin/sh
# Copyright 2018, 2019 Felix Krull
# Licensed under the MIT license, see LICENSE for details.
set -eu

echo root:${DEPLOY_OSTREE_password} | chroot $1 chpasswd
