diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-28 23:14:24 -0800 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-28 23:14:24 -0800 | 
| commit | c013ef11f7a7e473326b27edb9b462d6617d8287 (patch) | |
| tree | d866c37b6388a85a7a9def38d56731aca6f2301a | |
| parent | 13dfec54b934922384f92826dfc7bc2fa7726223 (diff) | |
update
| -rwxr-xr-x | sh/prp | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -21,7 +21,7 @@ while ! [ "$entered_pass" = "$correct_pass" ]; do  	read_pass  done -# `. /bin/prp` will set these password variables as environment variables and can be accessed by the whole shell, so I unset these just in case +# source prp by `. /bin/prp` will set these password variables as environment variables and can be accessed by the whole shell, so I unset these just in case  unset entered_pass  unset correct_pass | 
