mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
fix(_commands.sh): cache command
This commit is contained in:
parent
3484835489
commit
639fcb190a
@ -278,7 +278,7 @@ function headless() {
|
||||
|
||||
# command: cache
|
||||
function cache() {
|
||||
sudo /home/admin/_cache.sh $@
|
||||
sudo /home/admin/_cache.sh "$@"
|
||||
}
|
||||
|
||||
# command: torthistx
|
||||
|
Loading…
Reference in New Issue
Block a user