summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/env/stop-smb-windows.sh
blob: 8e9c82b9569243b72b1c8d7ba9d48972f0fc4ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
#
# ownCloud
#
# @author Thomas Müller
# @copyright 2015 Thomas Müller <deepdiver@owncloud.com>
#

# retrieve current folder to remove the config from the parent folder
thisFolder=`echo $0 | replace "env/stop-smb-windows.sh" ""`

if [ -z "$thisFolder" ]; then
    thisFolder="."
fi;


# cleanup
rm $thisFolder/config.smb.php