mirror of
https://bitbucket.org/theswgsource/swg-main-1.2.git
synced 2026-01-16 23:04:40 -05:00
corrected path of symlink target
This commit is contained in:
@@ -516,9 +516,7 @@ response=${response,,}
|
||||
if [[ $response =~ ^(yes|y| ) ]]; then
|
||||
cd /root/swg-main/data/sku.0/sys.client
|
||||
mkdir compiled
|
||||
cd compiled
|
||||
mkdir game
|
||||
ln -s root/swg-main/clientdata /root/swg-main/data/sku.0/sys.client/compiled/game/
|
||||
ln -s /root/swg-main/clientdata/ /root/swg-main/data/sku.0/sys.client/compiled/
|
||||
fi
|
||||
echo -e "\033[1;33m";
|
||||
echo "Congratulations build_linux script is complete!"
|
||||
|
||||
Reference in New Issue
Block a user