line lengths
This commit is contained in:
parent
12d5778ab7
commit
c17e6eec10
|
@ -121,9 +121,10 @@ function restore_local_myappname {
|
|||
restore_database myappname
|
||||
|
||||
# Restore some data from a directory
|
||||
# Note that we don't restore directly but to a temporary directory
|
||||
# and then copy the files. This ensures that if there is a restore
|
||||
# failure you don't end up with half-copied or corrupted files
|
||||
# Note that we don't restore directly but to a temporary
|
||||
# directory and then copy the files. This ensures that if
|
||||
# there is a restore failure you don't end up with
|
||||
# half-copied or corrupted files
|
||||
restore_directory_from_usb $MYAPP_DATA_DIR myappname
|
||||
cp -r $temp_restore_dir/$MYAPP_DATA_DIR $MYAPP_DATA_DIR
|
||||
rm -rf $temp_restore_dir
|
||||
|
@ -190,7 +191,8 @@ function install_myappname {
|
|||
80 ${MYAPPNAME_ONION_PORT})
|
||||
|
||||
# Do any other configuration
|
||||
# Here you might use $ONION_ONLY or $SOME_IMPORTANT_CONFIG_VARIABLE
|
||||
# Here you might use $ONION_ONLY or
|
||||
# $SOME_IMPORTANT_CONFIG_VARIABLE
|
||||
|
||||
# Mark the app as having installed successfully
|
||||
# If this variable isn't set then it will be assumed that
|
||||
|
|
Loading…
Reference in New Issue