Have some feedback, questions, suggestions, or just fancy a chat? Pop it in here.
Parkour_Lama
Posts: 19 Joined: Sat Sep 12, 2020 2:02 pm
Post
by Parkour_Lama » Tue Sep 15, 2020 1:40 pm
In reference to this topic:
viewtopic.php?t=3593
To execute in a script @MichaIng says to use
If I do that now, it still says command not found. What do I use?
Joulinar
Posts: 3776 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Tue Sep 15, 2020 1:54 pm
Hi,
many thanks for your message. On version v6.29, all DietPi scripts have been migrated from
/DietPi to
/boot folder. Script should be available as follow
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
trendy
Posts: 222 Joined: Tue Feb 25, 2020 2:54 pm
Post
by trendy » Wed Sep 16, 2020 8:29 am
The old folder is symlinked to the new one, so the transition should be transparent anyway.
Code: Select all
lrwxrwxrwx 1 root root 5 Μαΐ 5 09:56 DietPi -> /boot
Joulinar
Posts: 3776 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Wed Sep 16, 2020 8:38 am
@trendy
If you have a newer image, or did a reinstall, the sym linc is not present anymore
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
MichaIng
Site Admin
Posts: 2628 Joined: Sat Nov 18, 2017 6:21 pm
Post
by MichaIng » Mon Sep 21, 2020 9:08 pm
Yes, the symlink was only left in place on upgrade to not break something on production systems. On new images it is not present anymore. I edited the paths in the linked thread.