mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
7 lines
73 B
Bash
7 lines
73 B
Bash
#!/bin/sh
|
|
|
|
# Reload .mount files
|
|
killall -USR1 gvfsd >&/dev/null
|
|
exit 0
|
|
|