10 lines
152 B
Bash
Executable file
10 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. ./common.sh
|
|
|
|
./arch.sh
|
|
./deb.sh ubuntu_active
|
|
./deb.sh debian_active
|
|
echo "============ Updating SQL indices"
|
|
$PSQL -f update_indices.sql
|
|
|