diff --git a/scripts/restore b/scripts/restore index a5fa025..7bcbd6b 100755 --- a/scripts/restore +++ b/scripts/restore @@ -76,7 +76,7 @@ curl -L https://github.com/docker/compose/releases/download/${version}/docker-co #================================================= # Run Lemmy through Docker #================================================= -# chown -R $(whoami) /usr/local/bin +chown -R $(whoami) /usr/local/bin chmod +x /usr/local/bin/docker-compose cd "$final_path" && docker-compose up -d