mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/sh
|
|
|
|
# Reload .mount files
|
|
busybox killall -USR1 gvfsd >&/dev/null
|
|
exit 0
|