From ef22cfb5a271ae9f2dcaa8654ff19d158a23384b Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 28 Mar 2021 21:24:04 +0200 Subject: [PATCH] Fixing the fix's script for debian-based system --- subtitles-octopus-fix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subtitles-octopus-fix.sh b/subtitles-octopus-fix.sh index b76010e5..b1973c8c 100755 --- a/subtitles-octopus-fix.sh +++ b/subtitles-octopus-fix.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/sh # # Small fix to support strict mode in subtitles-octopus while waiting for the PR to be merged & a new version to be released.