6 lines
47 B
Bash
6 lines
47 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
su -c /srv/gvaweb.sh gvaweb
|