mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 10:46:04 -04:00
/var/run -> /run
This commit is contained in:
parent
33d97a2560
commit
84fd41931c
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ remount_secure() {
|
|||
status_file_name="${FUNCNAME[1]}"
|
||||
## example status_file_name:
|
||||
## _home
|
||||
status_file_full_path="/var/run/remount-secure/${status_file_name}"
|
||||
status_file_full_path="/run/remount-secure/${status_file_name}"
|
||||
## example status_file_full_path:
|
||||
## /var/run/remount-secure/_home
|
||||
## /run/remount-secure/_home
|
||||
|
||||
mount_line_of_mount_folder="$(echo "$mount_output" | grep "$mount_folder ")" || true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue