mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-22 05:19:18 +00:00
3 lines
88 B
Plaintext
3 lines
88 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
su - selfoss -c "/usr/bin/php --file /selfoss/cliupdate.php" > /dev/null 2>&1
|