12 lines
193 B
Bash
Executable file
12 lines
193 B
Bash
Executable file
#!/bin/bash
|
|
####################################
|
|
#####
|
|
###
|
|
##
|
|
#
|
|
#
|
|
# Startup Script for the Application
|
|
####################################
|
|
echo "Starting [SampleApp]"
|
|
|
|
docker start photoprism
|