From 88d8715a1c44b377284a1882b63569ba0a951657 Mon Sep 17 00:00:00 2001 From: kumy Date: Thu, 16 Dec 2021 12:09:09 +0100 Subject: [PATCH] doc: Fix script path in help (#23) --- debian_package/sbin/folder2ram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_package/sbin/folder2ram b/debian_package/sbin/folder2ram index 575a830..e8471b0 100755 --- a/debian_package/sbin/folder2ram +++ b/debian_package/sbin/folder2ram @@ -59,7 +59,7 @@ print_usage () { echo "" echo "There are four main components of folder2ram system:" echo "--the init script in /etc/init.d or the systemd service in /etc/folder2ram that calls this main script on boot and shutdown" - echo "--the main script in /etc/sbin/folder2ram" + echo "--the main script in /sbin/folder2ram" echo "--the configuration file in /etc/folder2ram/folder2ram.conf" echo "--the folders in /var/folder2ram, the bind-mounted folders" echo " they allow easy access to the original folder in permanent storage"