mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-22 04:22:32 +01:00
Use bin/bash instead of usr/bin/bash
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
if [ "$(basename "$(pwd)")" = "scripts" ]; then
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user