mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
Remove unused code from manage.sh
This commit is contained in:
parent
835dcb15d7
commit
f92df1d171
1 changed files with 1 additions and 5 deletions
|
@ -31,7 +31,7 @@ function run_image {
|
||||||
}
|
}
|
||||||
|
|
||||||
function usage {
|
function usage {
|
||||||
echo "USAGE: $0 [ build | run | start ]"
|
echo "USAGE: $0 [ build | run]"
|
||||||
}
|
}
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
@ -41,10 +41,6 @@ case $1 in
|
||||||
run)
|
run)
|
||||||
run_image
|
run_image
|
||||||
;;
|
;;
|
||||||
|
|
||||||
start)
|
|
||||||
start_local
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
usage
|
usage
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue