mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
6 lines
80 B
Bash
6 lines
80 B
Bash
#!/bin/sh
|
|
|
|
# Reload .mount files
|
|
busybox killall -USR1 gvfsd >&/dev/null
|
|
exit 0
|