mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 19:16:17 +00:00
@@ -13,6 +13,8 @@ elif [ "${1#-}" != "$1" ]; then
|
||||
elif [ "$1" = "rustfs" ]; then
|
||||
shift
|
||||
set -- /usr/bin/rustfs "$@"
|
||||
elif [ "$1" = "/usr/bin/rustfs" ]; then
|
||||
: # already normalized
|
||||
elif [ "$1" = "cargo" ]; then
|
||||
: # Pass through cargo command as-is
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user