mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
change sh to bash in shebang to make scripts work
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -f
|
||||
#!/bin/bash -f
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
echo usage: $0 repo_url nickname
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -f
|
||||
#!/bin/bash -f
|
||||
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -f
|
||||
#!/bin/bash -f
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
echo usage: $0 repo_url nickname
|
||||
|
||||
Reference in New Issue
Block a user