-d, not -f
This commit is contained in:
parent
6b3b8ad7f5
commit
5abbb15856
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ function fedi_update_frontends {
|
|||
|
||||
# TODO: it's probably possible to turn this into an array loop of some sort
|
||||
echo "${blue}update-frontends:${normal} Updating standalone frontends..."
|
||||
if [ -f "$frontend_folder" ]; then
|
||||
if [ -d "$frontend_folder" ]; then
|
||||
# update mastodon
|
||||
echo "${blue}Updating Mastodon...${normal}"
|
||||
_repeat_process $mastodon_fe_url masto-fe chuckya-fe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue