#!/bin/bash # # ownCloud # # Set environment variable DEBUG to print config file # # @author Thomas Müller # @copyright 2015 Thomas Müller # # retrieve current folder to place the config in the parent folder thisFolder=`echo $0 | sed 's#env/start-smb-windows\.sh##'` if [ -z "$thisFolder" ]; then thisFolder="." fi; user=smb-test password=!owncloud123 host=WIN-9GTFAS08C15 cat > $thisFolder/config.smb.php <true, 'host'=>'$host', 'user'=>'$user', 'password'=>'$password', 'share'=>'oc-test', 'root'=>'', ); DELIM