5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
#!/bin/bash
|
||
|
# # check for image and build
|
||
|
source ./build $1
|
||
|
[[ $force ]] && shift 1
|
||
|
./try -k nextcloud idle
|