🔄 Rename all "twake" instances to "tdrive"
🔄 Rename all "twake" instances to "tdrive"
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
|
||||
if [ "$1" = "dev" ]
|
||||
then
|
||||
if test -f "/twake-react/src/app/environment/environment.ts"; then
|
||||
if test -f "/tdrive-react/src/app/environment/environment.ts"; then
|
||||
echo "Configuration exists, doing nothing."
|
||||
else
|
||||
cp /twake-react/src/app/environment/environment.ts.dist.dev /twake-react/src/app/environment/environment.ts
|
||||
cp /tdrive-react/src/app/environment/environment.ts.dist.dev /tdrive-react/src/app/environment/environment.ts
|
||||
fi
|
||||
else
|
||||
if test -f "/configuration/environment.ts"; then
|
||||
cp /configuration/environment.ts /twake-react/src/app/environment/environment.ts
|
||||
cp /configuration/environment.ts /tdrive-react/src/app/environment/environment.ts
|
||||
else
|
||||
cp /twake-react/src/app/environment/environment.ts.dist /twake-react/src/app/environment/environment.ts
|
||||
cp /tdrive-react/src/app/environment/environment.ts.dist /tdrive-react/src/app/environment/environment.ts
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user