use bash for publish scripts
This commit is contained in:
parent
0535c77a73
commit
02b83a2fb7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -d ~/Projects/web/samhuri.net ]]; then
|
||||
cd ~/Projects/web/samhuri.net
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -d ~/Projects/web/samhuri.net ]]; then
|
||||
cd ~/Projects/web/samhuri.net
|
||||
|
|
|
|||
Loading…
Reference in a new issue