aports/community/gvfs/gvfs.trigger
2023-02-07 15:23:15 +01:00

6 lines
80 B
Bash

#!/bin/sh
# Reload .mount files
busybox killall -USR1 gvfsd >&/dev/null
exit 0