Felipe T Posted March 13, 2015 Share Posted March 13, 2015 Hi, I need to create a custom script using the object related to "this server" called GameFilesPath. I have tried many ways, but seems that it's not working. I wrote this script for testing: #!/bin/bash echo ${TCAdminFolder} >> /home/tcagame/result.txt echo "test" >> /home/tcagame/result.txt echo ${GameFilesPath} >> /home/tcagame/result.txt exit 0 The result is good for the the 1st and 2nd echo, but the third, as I expected, is not working, it just gave me a white line. Is there anything that is needed to be done that I am missing? Ty! Link to comment Share on other sites More sharing options...
Dennis Posted March 13, 2015 Share Posted March 13, 2015 echo ${GameFilesPath}/what/about/know? >> /home/tcagame/result.txt Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now