mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-14 19:59:55 +03:00
5 lines
70 B
Bash
5 lines
70 B
Bash
#!/bin/sh
|
|
|
|
# Reload .mount files
|
|
busybox killall -q USR1 gvfsd
|
|
exit 0
|