Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stop-smb-windows.sh « env « tests « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 39c49e2c505be4a4a43f8f3a866c68c2dbecf1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env 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 | sed 's#env/stop-smb-windows\.sh##'`

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


# cleanup
rm $thisFolder/config.smb.php