🔄 Rename all "twake" instances to "tdrive"

🔄 Rename all "twake" instances to "tdrive"
This commit is contained in:
Montassar Ghanmy
2023-04-10 14:12:00 +01:00
committed by GitHub
parent 88cba77421
commit d91a13e2cc
323 changed files with 1021 additions and 1023 deletions
+4 -4
View File
@@ -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