mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 13:45:59 +03:00
[GH-ISSUE #227] command provided on readme does not work #87
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_HDD_db#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leonpano2006 on GitHub (Jan 23, 2024).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/227
so i use this insisted
... output after is not needed for this issue
@007revad commented on GitHub (Jan 23, 2024):
Thanks.
If the script is in your home folder and you try to run the script with
sudo -i ./syno_hdd_db.shyou'll get the "No such file or directory" error. This is because sudo -i uses root's profile, and the script is not located in root's home.I've changed the readme to show
sudo -swhich doesn't change to root's profile.