mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Make run.sh POSIX-friendly
This commit is contained in:
parent
f0b3f8d066
commit
8ed38bb641
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ python mealie/services/image/minify.py
|
||||||
## Migrations
|
## Migrations
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
if [[ "$ARG1" = "reload" ]]
|
if [ "$ARG1" = "reload" ]
|
||||||
then
|
then
|
||||||
echo "Hot reload"
|
echo "Hot reload"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue