16 Replies
@Алмаз🌟 Have you ran the
blueprint.sh
file in your billing directory in the past?yes

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