wrong directory

I use the directory /var/www/pterodactyl
No description
16 Replies
Emma
Emma11mo ago
@Алмаз🌟 Have you ran the blueprint.sh file in your billing directory in the past?
Алмаз🌟
Алмаз🌟OP11mo ago
yes
No description
Emma
Emma11mo ago
Could you send me the output of cat /usr/bin/blueprint?
Алмаз🌟
Алмаз🌟OP11mo ago
No description
Emma
Emma11mo ago
Could you run cat $(where blueprint) and send me the output?
Алмаз🌟
Алмаз🌟OP11mo ago
No description
Emma
Emma11mo ago
Alright, I'm gonna take a peek at the correct command real quick.
Алмаз🌟
Алмаз🌟OP11mo ago
Okey
Emma
Emma11mo ago
Okay almost nailed it - it's cat $(whereis blueprint).
Алмаз🌟
Алмаз🌟OP11mo ago
No description
Emma
Emma11mo ago
There we go, could you run sed -i 's/billing/pterodactyl/g' $(whereis blueprint)? This command should rebind the command to your Pterodactyl directory.
Алмаз🌟
Алмаз🌟OP11mo ago
No description
Emma
Emma11mo ago
Note to self: just use the path instead next time. Could you quickly run whereis blueprint and tell me the path?
Алмаз🌟
Алмаз🌟OP11mo ago
root@cloa:/var/www/pterodactyl# whereis blueprint blueprint: /usr/local/bin/blueprint root@cloa:/var/www/pterodactyl#
Emma
Emma11mo ago
Ah that makes more sense. sed -i 's/billing/pterodactyl/g' /usr/local/bin/blueprint
Алмаз🌟
Алмаз🌟OP11mo ago
Thanks for the fast support
No description

Did you find this page helpful?