fix-scripts: specifically target bash over POSIX

This commit is contained in:
GlassedSilver
2022-05-14 03:58:46 +02:00
parent 24659213c2
commit 29273e2775
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# INTERACTIVE PERMISSIONS FIX SCRIPT FOR YTDL-M
# Date: 2022-05-03

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# INTERACTIVE ARCHIVE-DUPE-ENTRY FIX SCRIPT FOR YTDL-M
# Date: 2022-05-09