line lengths

This commit is contained in:
Bob Mottram 2016-10-12 17:01:38 +01:00
parent 12d5778ab7
commit c17e6eec10
1 changed files with 6 additions and 4 deletions

View File

@ -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