5 lines
No EOL
167 B
Bash
Executable file
5 lines
No EOL
167 B
Bash
Executable file
SETTINGFILE=`find /usr/share/nginx/html/_astro/ -name 'CardList.*.js'`
|
|
|
|
echo "Setting backend in $SETTINGFILE to $BACKEND"
|
|
|
|
sed -i "s#ENDPOINT#$BACKEND#g" $SETTINGFILE |