docker/pixelfed/pixelfed-garbage

10 lines
97 B
Bash
Executable file

#!/usr/bin/env bash
set -xe
pushd /home/pixelfed/live
pixelfed php artisan schedule:run
popd