summaryrefslogtreecommitdiff
path: root/mount-data/files
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-10-19 14:37:35 +0200
committerKarel Kočí <cynerd@email.cz>2020-10-19 14:37:35 +0200
commitcb1b57931e787facba5335cc3ca85613089a91cf (patch)
tree34d0f7232599dcbc7cd32970de483953893597e6 /mount-data/files
parent7e1cb8d0712ba03054fddad121a717cf848be273 (diff)
downloadopenwrt-personal-pkgs-cb1b57931e787facba5335cc3ca85613089a91cf.tar.gz
openwrt-personal-pkgs-cb1b57931e787facba5335cc3ca85613089a91cf.tar.bz2
openwrt-personal-pkgs-cb1b57931e787facba5335cc3ca85613089a91cf.zip
mount-data: remove as I no longer have right now NAS
Diffstat (limited to 'mount-data/files')
-rwxr-xr-xmount-data/files/init24
1 files changed, 0 insertions, 24 deletions
diff --git a/mount-data/files/init b/mount-data/files/init
deleted file mode 100755
index d1362e2..0000000
--- a/mount-data/files/init
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh /etc/rc.common
-
-START=36
-STOP=90
-
-status() {
- findmnt >/dev/null /data
-}
-
-start() {
- status || mount -o subvol=@data UUID=7dc606e7-39e0-4320-9ff6-83a10f163e54 /data
-}
-
-stop() {
- umount -fl /data
-}
-
-restart() {
- :
-}
-
-reload() {
- :
-}