Just reinstalled my VM and was going to set up blueprint, but i get error that directory isn't empty when it is creating the folder there and then. and commands not found.
FOLDER="/var/www/pterodactyl"; OWNERSHIP="www-data:www-data"; sed -i -E -e "s|FOLDER="/var/www/pterodactyl"#;|FOLDER="$FOLDER"#;|g" -e "s|OWNERSHIP="www-data:www-data"#;|OWNERSHIP="$OWNERSHIP"#;|g" $FOLDER/blueprint.sh
chmod +x blueprint.sh bash blueprint.sh
After executing bash command i get error: root@Pterodactyl:/var/www/pterodactyl# bash blueprint.sh mv: cannot move '/var/www/pterodactyl/blueprint' to '/var/www/pterodactyl/.blueprint/blueprint': Directory not empty blueprint.sh: line 67: .blueprint/lib/logFormat.sh: No such file or directory blueprint.sh: line 68: .blueprint/lib/misc.sh: No such file or directory blueprint.sh: line 197: dbValidate: command not found ██ ██ ██ ████
blueprint.sh: line 209: PRINT: command not found blueprint.sh: line 130: PRINT: command not found blueprint.sh: line 155: PRINT: command not found blueprint.sh: line 156: PRINT: command not found
I've deleted, redone, upgraded and tried a new vm to get this woring but it just dosn't want to install at all. Any ideas?